#B8734D

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

Shades of Sante Fe #B8734D

Tints of Sante Fe #B8734D

Color information

#B8734D (or 0xB8734D) is unknown color: approx Sante Fe. HEX triplet: B8, 73 and 4D. RGB value is (184,115,77). Sum of RGB (Red+Green+Blue) = 184+115+77=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8734D is #478CB2. Grayscale: #838383. Windows color (decimal): -4689075 or 5075896. OLE color: 5075896.

HSL color Cylindrical-coordinate representation of color #B8734D: hue angle of 21.31º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8734D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411577-
CMYK00.380.580.28
HSL21.31º42.97%51.18%-
HSV(B)21.31º58.15%72.16%-
XYZ27.2422.9910.02-
YUV131.397.36165.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=48.94%
G=30.59%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841157700.380.580.2821.3142.9751.18
HexB8734D0263A1C152b33
Octal2701631150467234255363
Binary101110001110011100110101001101110101110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8734D; }

 p { color: rgb(184,115,77); }

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

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

 a { background-color: rgb(184,115,77); }

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

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

 span { border-color: rgb(184,115,77); }

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