Html Css Color HEX #B8704D Sante Fe

📋 copy color: '#B8704D'

red 184 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B8704D

Tints of Sante Fe #B8704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 49.33%
G = 30.03%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8704D (or 0xB8704D) is known color: Sante Fe. HEX triplet: B8, 70 and 4D. RGB value is (184,112,77). Sum of RGB (Red+Green+Blue) = 184+112+77=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8704D is #478FB2. Grayscale: #818181. Windows color (decimal): -4689843 or 5075128. OLE color: 5075128.

HSL color Cylindrical-coordinate representation of color #B8704D: hue angle of 19.63º 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 #B8704D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 77 -
CMYK 0 0.39 0.58 0.28
HSL 19.63º 0.43% 0.51% -
HSV(B) 19.63º 0.58% 0.72% -
XYZ 26.9 22.31 9.91 -
YUV 129.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 184 112 77 0 0.39 0.58 0.28 19.63 0.43 0.51
Hex B8 70 4D 0 27 3A 1C 14 2B 33
Octal 270 160 115 0 47 72 34 24 53 63
Binary 10111000 1110000 1001101 0 100111 111010 11100 10100 101011 110011

Color Harmonies of #B8704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8704D

Black with #B8704D

Text Example


Text Example

White with #B8704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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