Html Css Color HEX #B76D57 Sante Fe

📋 copy color: '#B76D57'

red 183 ◦ green 109 ◦ blue 87

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

Shades of Sante Fe #B76D57

Tints of Sante Fe #B76D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 48.28%
G = 28.76%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B76D57 (or 0xB76D57) is known color: Sante Fe. HEX triplet: B7, 6D and 57. RGB value is (183,109,87). Sum of RGB (Red+Green+Blue) = 183+109+87=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D57 is #4892A8. Grayscale: #808080. Windows color (decimal): -4756137 or 5729719. OLE color: 5729719.

HSL color Cylindrical-coordinate representation of color #B76D57: hue angle of 13.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76D57 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 87 -
CMYK 0 0.40 0.52 0.28
HSL 13.75º 0.4% 0.53% -
HSV(B) 13.75º 0.52% 0.72% -
XYZ 26.72 21.69 11.8 -
YUV 128.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 183 109 87 0 0.40 0.52 0.28 13.75 0.4 0.53
Hex B7 6D 57 0 28 34 1C E 28 35
Octal 267 155 127 0 50 64 34 16 50 65
Binary 10110111 1101101 1010111 0 101000 110100 11100 1110 101000 110101

Color Harmonies of #B76D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D57

Black with #B76D57

Text Example


Text Example

White with #B76D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D57; }

 p { color: rgb(183,109,87); }

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

background-color css

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

 a { background-color: rgb(183,109,87); }

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

border-color css

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

 span { border-color: rgb(183,109,87); }

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