Html Css Color HEX #B76C55 Sante Fe

📋 copy color: '#B76C55'

red 183 ◦ green 108 ◦ blue 85

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

Shades of Sante Fe #B76C55

Tints of Sante Fe #B76C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 48.67%
G = 28.72%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76C55 (or 0xB76C55) is known color: Sante Fe. HEX triplet: B7, 6C and 55. RGB value is (183,108,85). Sum of RGB (Red+Green+Blue) = 183+108+85=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C55 is #4893AA. Grayscale: #7F7F7F. Windows color (decimal): -4756395 or 5598391. OLE color: 5598391.

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

Color convert

RGB 183 108 85 -
CMYK 0 0.41 0.54 0.28
HSL 14.08º 0.4% 0.53% -
HSV(B) 14.08º 0.54% 0.72% -
XYZ 26.53 21.45 11.34 -
YUV 127.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 183 108 85 0 0.41 0.54 0.28 14.08 0.4 0.53
Hex B7 6C 55 0 29 36 1C E 28 35
Octal 267 154 125 0 51 66 34 16 50 65
Binary 10110111 1101100 1010101 0 101001 110110 11100 1110 101000 110101

Color Harmonies of #B76C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C55

Black with #B76C55

Text Example


Text Example

White with #B76C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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