Html Css Color HEX #B77552 Sante Fe

📋 copy color: '#B77552'

red 183 ◦ green 117 ◦ blue 82

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

Shades of Sante Fe #B77552

Tints of Sante Fe #B77552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 47.91%
G = 30.63%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B77552 (or 0xB77552) is known color: Sante Fe. HEX triplet: B7, 75 and 52. RGB value is (183,117,82). Sum of RGB (Red+Green+Blue) = 183+117+82=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77552 is #488AAD. Grayscale: #848484. Windows color (decimal): -4754094 or 5404087. OLE color: 5404087.

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

Color convert

RGB 183 117 82 -
CMYK 0 0.36 0.55 0.28
HSL 20.79º 0.41% 0.52% -
HSV(B) 20.79º 0.55% 0.72% -
XYZ 27.41 23.4 11.05 -
YUV 132.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 183 117 82 0 0.36 0.55 0.28 20.79 0.41 0.52
Hex B7 75 52 0 24 37 1C 15 29 34
Octal 267 165 122 0 44 67 34 25 51 64
Binary 10110111 1110101 1010010 0 100100 110111 11100 10101 101001 110100

Color Harmonies of #B77552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77552

Black with #B77552

Text Example


Text Example

White with #B77552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77552; }

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

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

background-color css

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

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

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

border-color css

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

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

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