Html Css Color HEX #B77555 Sante Fe

📋 copy color: '#B77555'

red 183 ◦ green 117 ◦ blue 85

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

Shades of Sante Fe #B77555

Tints of Sante Fe #B77555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 47.53%
G = 30.39%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B77555 (or 0xB77555) is known color: Sante Fe. HEX triplet: B7, 75 and 55. RGB value is (183,117,85). Sum of RGB (Red+Green+Blue) = 183+117+85=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77555 is #488AAA. Grayscale: #858585. Windows color (decimal): -4754091 or 5600695. OLE color: 5600695.

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

Color convert

RGB 183 117 85 -
CMYK 0 0.36 0.54 0.28
HSL 19.59º 0.4% 0.53% -
HSV(B) 19.59º 0.54% 0.72% -
XYZ 27.53 23.45 11.67 -
YUV 133.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 183 117 85 0 0.36 0.54 0.28 19.59 0.4 0.53
Hex B7 75 55 0 24 36 1C 14 28 35
Octal 267 165 125 0 44 66 34 24 50 65
Binary 10110111 1110101 1010101 0 100100 110110 11100 10100 101000 110101

Color Harmonies of #B77555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77555

Black with #B77555

Text Example


Text Example

White with #B77555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77555; }

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

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

background-color css

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

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

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

border-color css

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

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

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