Html Css Color HEX #B77059 Sante Fe

📋 copy color: '#B77059'

red 183 ◦ green 112 ◦ blue 89

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

Shades of Sante Fe #B77059

Tints of Sante Fe #B77059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 47.66%
G = 29.17%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B77059 (or 0xB77059) is known color: Sante Fe. HEX triplet: B7, 70 and 59. RGB value is (183,112,89). Sum of RGB (Red+Green+Blue) = 183+112+89=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77059 is #488FA6. Grayscale: #828282. Windows color (decimal): -4755367 or 5861559. OLE color: 5861559.

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

Color convert

RGB 183 112 89 -
CMYK 0 0.39 0.51 0.28
HSL 14.68º 0.39% 0.53% -
HSV(B) 14.68º 0.51% 0.72% -
XYZ 27.13 22.38 12.34 -
YUV 130.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 183 112 89 0 0.39 0.51 0.28 14.68 0.39 0.53
Hex B7 70 59 0 27 33 1C F 27 35
Octal 267 160 131 0 47 63 34 17 47 65
Binary 10110111 1110000 1011001 0 100111 110011 11100 1111 100111 110101

Color Harmonies of #B77059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77059

Black with #B77059

Text Example


Text Example

White with #B77059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77059; }

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

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

background-color css

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

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

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

border-color css

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

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

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