Html Css Color HEX #B76E4C Sante Fe

📋 copy color: '#B76E4C'

red 183 ◦ green 110 ◦ blue 76

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

Shades of Sante Fe #B76E4C

Tints of Sante Fe #B76E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 49.59%
G = 29.81%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B76E4C (or 0xB76E4C) is known color: Sante Fe. HEX triplet: B7, 6E and 4C. RGB value is (183,110,76). Sum of RGB (Red+Green+Blue) = 183+110+76=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E4C is #4891B3. Grayscale: #808080. Windows color (decimal): -4755892 or 5009079. OLE color: 5009079.

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

Color convert

RGB 183 110 76 -
CMYK 0 0.40 0.58 0.28
HSL 19.07º 0.43% 0.51% -
HSV(B) 19.07º 0.58% 0.72% -
XYZ 26.41 21.74 9.64 -
YUV 127.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 183 110 76 0 0.40 0.58 0.28 19.07 0.43 0.51
Hex B7 6E 4C 0 28 3A 1C 13 2B 33
Octal 267 156 114 0 50 72 34 23 53 63
Binary 10110111 1101110 1001100 0 101000 111010 11100 10011 101011 110011

Color Harmonies of #B76E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E4C

Black with #B76E4C

Text Example


Text Example

White with #B76E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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