Html Css Color HEX #B76C5A Sante Fe

📋 copy color: '#B76C5A'

red 183 ◦ green 108 ◦ blue 90

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

Shades of Sante Fe #B76C5A

Tints of Sante Fe #B76C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 48.03%
G = 28.35%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B76C5A (or 0xB76C5A) is known color: Sante Fe. HEX triplet: B7, 6C and 5A. RGB value is (183,108,90). Sum of RGB (Red+Green+Blue) = 183+108+90=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5A is #4893A5. Grayscale: #808080. Windows color (decimal): -4756390 or 5926071. OLE color: 5926071.

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

Color convert

RGB 183 108 90 -
CMYK 0 0.41 0.51 0.28
HSL 11.61º 0.39% 0.54% -
HSV(B) 11.61º 0.51% 0.72% -
XYZ 26.74 21.53 12.42 -
YUV 128.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 183 108 90 0 0.41 0.51 0.28 11.61 0.39 0.54
Hex B7 6C 5A 0 29 33 1C C 27 36
Octal 267 154 132 0 51 63 34 14 47 66
Binary 10110111 1101100 1011010 0 101001 110011 11100 1100 100111 110110

Color Harmonies of #B76C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C5A

Black with #B76C5A

Text Example


Text Example

White with #B76C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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