Html Css Color HEX #B7704D Sante Fe

📋 copy color: '#B7704D'

red 183 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B7704D

Tints of Sante Fe #B7704D

RGB

 RED value IS 183 (71.88% from 255) = 49.19%

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

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

R = 49.19%
G = 30.11%
B = 20.7%

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

#B7704D (or 0xB7704D) is known color: Sante Fe. HEX triplet: B7, 70 and 4D. RGB value is (183,112,77). Sum of RGB (Red+Green+Blue) = 183+112+77=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7704D is #488FB2. Grayscale: #818181. Windows color (decimal): -4755379 or 5075127. OLE color: 5075127.

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

Color convert

RGB 183 112 77 -
CMYK 0 0.39 0.58 0.28
HSL 19.81º 0.42% 0.51% -
HSV(B) 19.81º 0.58% 0.72% -
XYZ 26.66 22.19 9.9 -
YUV 129.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 183 112 77 0 0.39 0.58 0.28 19.81 0.42 0.51
Hex B7 70 4D 0 27 3A 1C 14 2A 33
Octal 267 160 115 0 47 72 34 24 52 63
Binary 10110111 1110000 1001101 0 100111 111010 11100 10100 101010 110011

Color Harmonies of #B7704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7704D

Black with #B7704D

Text Example


Text Example

White with #B7704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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