Html Css Color HEX #B77159 Sante Fe

📋 copy color: '#B77159'

red 183 ◦ green 113 ◦ blue 89

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

Shades of Sante Fe #B77159

Tints of Sante Fe #B77159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 47.53%
G = 29.35%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B77159 (or 0xB77159) is known color: Sante Fe. HEX triplet: B7, 71 and 59. RGB value is (183,113,89). Sum of RGB (Red+Green+Blue) = 183+113+89=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77159 is #488EA6. Grayscale: #838383. Windows color (decimal): -4755111 or 5861815. OLE color: 5861815.

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

Color convert

RGB 183 113 89 -
CMYK 0 0.38 0.51 0.28
HSL 15.32º 0.39% 0.53% -
HSV(B) 15.32º 0.51% 0.72% -
XYZ 27.24 22.6 12.38 -
YUV 131.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 183 113 89 0 0.38 0.51 0.28 15.32 0.39 0.53
Hex B7 71 59 0 26 33 1C F 27 35
Octal 267 161 131 0 46 63 34 17 47 65
Binary 10110111 1110001 1011001 0 100110 110011 11100 1111 100111 110101

Color Harmonies of #B77159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77159

Black with #B77159

Text Example


Text Example

White with #B77159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77159; }

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

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

background-color css

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

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

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

border-color css

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

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

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