Html Css Color HEX #B8704C Sante Fe

📋 copy color: '#B8704C'

red 184 ◦ green 112 ◦ blue 76

#B8704C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #B8704C

Tints of Sante Fe #B8704C

RGB

 RED value IS 184 (72.27% from 255) = 49.46%

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 49.46%
G = 30.11%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8704C (or 0xB8704C) is known color: Sante Fe. HEX triplet: B8, 70 and 4C. RGB value is (184,112,76). Sum of RGB (Red+Green+Blue) = 184+112+76=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8704C is #478FB3. Grayscale: #818181. Windows color (decimal): -4689844 or 5009592. OLE color: 5009592.

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

Color convert

RGB 184 112 76 -
CMYK 0 0.39 0.59 0.28
HSL 20º 0.43% 0.51% -
HSV(B) 20º 0.59% 0.72% -
XYZ 26.87 22.3 9.73 -
YUV 129.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 184 112 76 0 0.39 0.59 0.28 20 0.43 0.51
Hex B8 70 4C 0 27 3B 1C 14 2B 33
Octal 270 160 114 0 47 73 34 24 53 63
Binary 10111000 1110000 1001100 0 100111 111011 11100 10100 101011 110011

Color Harmonies of #B8704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8704C

Black with #B8704C

Text Example


Text Example

White with #B8704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8704C; }

 p { color: rgb(184,112,76); }

 H1.HeaderClassName
 {
   color: #B8704C;
 }
 .AnyTagClassName
 {
   color: #B8704C;
 }
</style>

background-color css

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

 a { background-color: rgb(184,112,76); }

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

border-color css

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

 span { border-color: rgb(184,112,76); }

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