#bb6b53

Color #BB6B53 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #BB6B53

Tints of Sante Fe #BB6B53

Color information

#BB6B53 (or 0xBB6B53) is unknown color: approx Sante Fe. HEX triplet: BB, 6B and 53. RGB value is (187,107,83). Sum of RGB (Red+Green+Blue) = 187+107+83=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B53 is #4494AC. Grayscale: #808080. Windows color (decimal): -4494509 or 5467067. OLE color: 5467067.

HSL color Cylindrical-coordinate representation of color #BB6B53: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6B53 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18710783-
CMYK00.430.560.27
HSL13.85º43.33%52.94%-
HSV(B)13.85º55.61%73.33%-
XYZ27.3121.710.93-
YUV128.18102.5169.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=49.60%
G=28.38%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871078300.430.560.2713.8543.3352.94
HexBB6B5302B381Be2b35
Octal2731531230537033165365
Binary10111011110101110100110101011111000110111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6b53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6b53; }

 p { color: rgb(187,107,83); }

 H1.HeaderClassName
 {
   color: #bb6b53;
 }
 .AnyTagClassName
 {
   color: #bb6b53;
 }
</style>
background-color css

<style>
 a { background-color: #bb6b53; }

 a { background-color: rgb(187,107,83); }

 div.DivClassName
 {
   background-color: #bb6b53;
 }
 .BgClassName
 {
   background-color: #bb6b53;
 }
</style>
border-color css

<style>
 span { border-color: #bb6b53; }

 span { border-color: rgb(187,107,83); }

 td.TdClassName
 {
   border-color: #bb6b53;
 }
 .TagClassName
 {
   border-color: #bb6b53;
 }
</style>