Html Css Color HEX #B37155 Sante Fe

📋 copy color: '#B37155'

red 179 ◦ green 113 ◦ blue 85

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

Shades of Sante Fe #B37155

Tints of Sante Fe #B37155

RGB

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

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

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

R = 47.48%
G = 29.97%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B37155 (or 0xB37155) is known color: Sante Fe. HEX triplet: B3, 71 and 55. RGB value is (179,113,85). Sum of RGB (Red+Green+Blue) = 179+113+85=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B37155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37155 is #4C8EAA. Grayscale: #818181. Windows color (decimal): -5017259 or 5599667. OLE color: 5599667.

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

Color convert

RGB 179 113 85 -
CMYK 0 0.37 0.53 0.30
HSL 17.87º 0.38% 0.52% -
HSV(B) 17.87º 0.53% 0.7% -
XYZ 26.14 22.05 11.47 -
YUV 129.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 179 113 85 0 0.37 0.53 0.30 17.87 0.38 0.52
Hex B3 71 55 0 25 35 1E 12 26 34
Octal 263 161 125 0 45 65 36 22 46 64
Binary 10110011 1110001 1010101 0 100101 110101 11110 10010 100110 110100

Color Harmonies of #B37155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37155

Black with #B37155

Text Example


Text Example

White with #B37155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37155; }

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

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

background-color css

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

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

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

border-color css

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

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

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