Html Css Color HEX #B7704C Sante Fe

📋 copy color: '#B7704C'

red 183 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #B7704C

Tints of Sante Fe #B7704C

RGB

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

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

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

R = 49.33%
G = 30.19%
B = 20.49%

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

#B7704C (or 0xB7704C) is known color: Sante Fe. HEX triplet: B7, 70 and 4C. RGB value is (183,112,76). Sum of RGB (Red+Green+Blue) = 183+112+76=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7704C is #488FB3. Grayscale: #818181. Windows color (decimal): -4755380 or 5009591. OLE color: 5009591.

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

Color convert

RGB 183 112 76 -
CMYK 0 0.39 0.58 0.28
HSL 20.19º 0.43% 0.51% -
HSV(B) 20.19º 0.58% 0.72% -
XYZ 26.63 22.18 9.71 -
YUV 129.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 183 112 76 0 0.39 0.58 0.28 20.19 0.43 0.51
Hex B7 70 4C 0 27 3A 1C 14 2B 33
Octal 267 160 114 0 47 72 34 24 53 63
Binary 10110111 1110000 1001100 0 100111 111010 11100 10100 101011 110011

Color Harmonies of #B7704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7704C

Black with #B7704C

Text Example


Text Example

White with #B7704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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