Html Css Color HEX #B76E55 Sante Fe

📋 copy color: '#B76E55'

red 183 ◦ green 110 ◦ blue 85

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

Shades of Sante Fe #B76E55

Tints of Sante Fe #B76E55

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 48.41%
G = 29.1%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76E55 (or 0xB76E55) is known color: Sante Fe. HEX triplet: B7, 6E and 55. RGB value is (183,110,85). Sum of RGB (Red+Green+Blue) = 183+110+85=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E55 is #4891AA. Grayscale: #818181. Windows color (decimal): -4755883 or 5598903. OLE color: 5598903.

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

Color convert

RGB 183 110 85 -
CMYK 0 0.40 0.54 0.28
HSL 15.31º 0.4% 0.53% -
HSV(B) 15.31º 0.54% 0.72% -
XYZ 26.74 21.88 11.41 -
YUV 128.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 183 110 85 0 0.40 0.54 0.28 15.31 0.4 0.53
Hex B7 6E 55 0 28 36 1C F 28 35
Octal 267 156 125 0 50 66 34 17 50 65
Binary 10110111 1101110 1010101 0 101000 110110 11100 1111 101000 110101

Color Harmonies of #B76E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E55

Black with #B76E55

Text Example


Text Example

White with #B76E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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