Html Css Color HEX #B37150 Sante Fe

📋 copy color: '#B37150'

red 179 ◦ green 113 ◦ blue 80

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

Shades of Sante Fe #B37150

Tints of Sante Fe #B37150

RGB

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

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

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

R = 48.12%
G = 30.38%
B = 21.51%

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

#B37150 (or 0xB37150) is known color: Sante Fe. HEX triplet: B3, 71 and 50. RGB value is (179,113,80). Sum of RGB (Red+Green+Blue) = 179+113+80=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B37150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37150 is #4C8EAF. Grayscale: #818181. Windows color (decimal): -5017264 or 5271987. OLE color: 5271987.

HSL color Cylindrical-coordinate representation of color #B37150: hue angle of 20º 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 #B37150 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 80 -
CMYK 0 0.37 0.55 0.30
HSL 20º 0.39% 0.51% -
HSV(B) 20º 0.55% 0.7% -
XYZ 25.94 21.97 10.46 -
YUV 128.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 179 113 80 0 0.37 0.55 0.30 20 0.39 0.51
Hex B3 71 50 0 25 37 1E 14 27 33
Octal 263 161 120 0 45 67 36 24 47 63
Binary 10110011 1110001 1010000 0 100101 110111 11110 10100 100111 110011

Color Harmonies of #B37150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37150

Black with #B37150

Text Example


Text Example

White with #B37150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37150; }

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

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

background-color css

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

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

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

border-color css

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

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

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