Html Css Color HEX #B77050 Sante Fe

📋 copy color: '#B77050'

red 183 ◦ green 112 ◦ blue 80

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

Shades of Sante Fe #B77050

Tints of Sante Fe #B77050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 48.8%
G = 29.87%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B77050 (or 0xB77050) is known color: Sante Fe. HEX triplet: B7, 70 and 50. RGB value is (183,112,80). Sum of RGB (Red+Green+Blue) = 183+112+80=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B77050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77050 is #488FAF. Grayscale: #818181. Windows color (decimal): -4755376 or 5271735. OLE color: 5271735.

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

Color convert

RGB 183 112 80 -
CMYK 0 0.39 0.56 0.28
HSL 18.64º 0.42% 0.52% -
HSV(B) 18.64º 0.56% 0.72% -
XYZ 26.77 22.23 10.47 -
YUV 129.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 183 112 80 0 0.39 0.56 0.28 18.64 0.42 0.52
Hex B7 70 50 0 27 38 1C 13 2A 34
Octal 267 160 120 0 47 70 34 23 52 64
Binary 10110111 1110000 1010000 0 100111 111000 11100 10011 101010 110100

Color Harmonies of #B77050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77050

Black with #B77050

Text Example


Text Example

White with #B77050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77050; }

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

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

background-color css

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

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

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

border-color css

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

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

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