Html Css Color HEX #B76C56 Sante Fe

📋 copy color: '#B76C56'

red 183 ◦ green 108 ◦ blue 86

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

Shades of Sante Fe #B76C56

Tints of Sante Fe #B76C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 48.54%
G = 28.65%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B76C56 (or 0xB76C56) is known color: Sante Fe. HEX triplet: B7, 6C and 56. RGB value is (183,108,86). Sum of RGB (Red+Green+Blue) = 183+108+86=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C56 is #4893A9. Grayscale: #808080. Windows color (decimal): -4756394 or 5663927. OLE color: 5663927.

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

Color convert

RGB 183 108 86 -
CMYK 0 0.41 0.53 0.28
HSL 13.61º 0.4% 0.53% -
HSV(B) 13.61º 0.53% 0.72% -
XYZ 26.57 21.46 11.55 -
YUV 127.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 183 108 86 0 0.41 0.53 0.28 13.61 0.4 0.53
Hex B7 6C 56 0 29 35 1C E 28 35
Octal 267 154 126 0 51 65 34 16 50 65
Binary 10110111 1101100 1010110 0 101001 110101 11100 1110 101000 110101

Color Harmonies of #B76C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C56

Black with #B76C56

Text Example


Text Example

White with #B76C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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