Html Css Color HEX #B9704D Sante Fe

📋 copy color: '#B9704D'

red 185 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B9704D

Tints of Sante Fe #B9704D

RGB

 RED value IS 185 (72.66% from 255) = 49.47%

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

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

R = 49.47%
G = 29.95%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9704D (or 0xB9704D) is known color: Sante Fe. HEX triplet: B9, 70 and 4D. RGB value is (185,112,77). Sum of RGB (Red+Green+Blue) = 185+112+77=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9704D is #468FB2. Grayscale: #828282. Windows color (decimal): -4624307 or 5075129. OLE color: 5075129.

HSL color Cylindrical-coordinate representation of color #B9704D: hue angle of 19.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9704D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 77 -
CMYK 0 0.39 0.58 0.27
HSL 19.44º 0.44% 0.51% -
HSV(B) 19.44º 0.58% 0.73% -
XYZ 27.14 22.44 9.92 -
YUV 129.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 185 112 77 0 0.39 0.58 0.27 19.44 0.44 0.51
Hex B9 70 4D 0 27 3A 1B 13 2C 33
Octal 271 160 115 0 47 72 33 23 54 63
Binary 10111001 1110000 1001101 0 100111 111010 11011 10011 101100 110011

Color Harmonies of #B9704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9704D

Black with #B9704D

Text Example


Text Example

White with #B9704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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