Html Css Color HEX #B37050 Sante Fe

📋 copy color: '#B37050'

red 179 ◦ green 112 ◦ blue 80

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

Shades of Sante Fe #B37050

Tints of Sante Fe #B37050

RGB

 RED value IS 179 (70.31% from 255) = 48.25%

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

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

R = 48.25%
G = 30.19%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B37050 (or 0xB37050) is known color: Sante Fe. HEX triplet: B3, 70 and 50. RGB value is (179,112,80). Sum of RGB (Red+Green+Blue) = 179+112+80=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37050 is #4C8FAF. Grayscale: #808080. Windows color (decimal): -5017520 or 5271731. OLE color: 5271731.

HSL color Cylindrical-coordinate representation of color #B37050: hue angle of 19.39º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B37050 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 80 -
CMYK 0 0.37 0.55 0.30
HSL 19.39º 0.39% 0.51% -
HSV(B) 19.39º 0.55% 0.7% -
XYZ 25.83 21.75 10.43 -
YUV 128.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 179 112 80 0 0.37 0.55 0.30 19.39 0.39 0.51
Hex B3 70 50 0 25 37 1E 13 27 33
Octal 263 160 120 0 45 67 36 23 47 63
Binary 10110011 1110000 1010000 0 100101 110111 11110 10011 100111 110011

Color Harmonies of #B37050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37050

Black with #B37050

Text Example


Text Example

White with #B37050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37050; }

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

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

background-color css

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

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

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

border-color css

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

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

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