Html Css Color HEX #B76C57 Sante Fe

📋 copy color: '#B76C57'

red 183 ◦ green 108 ◦ blue 87

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

Shades of Sante Fe #B76C57

Tints of Sante Fe #B76C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 48.41%
G = 28.57%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B76C57 (or 0xB76C57) is known color: Sante Fe. HEX triplet: B7, 6C and 57. RGB value is (183,108,87). Sum of RGB (Red+Green+Blue) = 183+108+87=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C57 is #4893A8. Grayscale: #808080. Windows color (decimal): -4756393 or 5729463. OLE color: 5729463.

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

Color convert

RGB 183 108 87 -
CMYK 0 0.41 0.52 0.28
HSL 13.13º 0.4% 0.53% -
HSV(B) 13.13º 0.52% 0.72% -
XYZ 26.61 21.48 11.76 -
YUV 128.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 183 108 87 0 0.41 0.52 0.28 13.13 0.4 0.53
Hex B7 6C 57 0 29 34 1C D 28 35
Octal 267 154 127 0 51 64 34 15 50 65
Binary 10110111 1101100 1010111 0 101001 110100 11100 1101 101000 110101

Color Harmonies of #B76C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C57

Black with #B76C57

Text Example


Text Example

White with #B76C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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