Html Css Color HEX #B76C59 Sante Fe

📋 copy color: '#B76C59'

red 183 ◦ green 108 ◦ blue 89

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

Shades of Sante Fe #B76C59

Tints of Sante Fe #B76C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 48.16%
G = 28.42%
B = 23.42%

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

#B76C59 (or 0xB76C59) is known color: Sante Fe. HEX triplet: B7, 6C and 59. RGB value is (183,108,89). Sum of RGB (Red+Green+Blue) = 183+108+89=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C59 is #4893A6. Grayscale: #808080. Windows color (decimal): -4756391 or 5860535. OLE color: 5860535.

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

Color convert

RGB 183 108 89 -
CMYK 0 0.41 0.51 0.28
HSL 12.13º 0.39% 0.53% -
HSV(B) 12.13º 0.51% 0.72% -
XYZ 26.69 21.51 12.2 -
YUV 128.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 183 108 89 0 0.41 0.51 0.28 12.13 0.39 0.53
Hex B7 6C 59 0 29 33 1C C 27 35
Octal 267 154 131 0 51 63 34 14 47 65
Binary 10110111 1101100 1011001 0 101001 110011 11100 1100 100111 110101

Color Harmonies of #B76C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C59

Black with #B76C59

Text Example


Text Example

White with #B76C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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