Html Css Color HEX #B37550 Sante Fe

📋 copy color: '#B37550'

red 179 ◦ green 117 ◦ blue 80

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

Shades of Sante Fe #B37550

Tints of Sante Fe #B37550

RGB

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

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

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

R = 47.61%
G = 31.12%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B37550 (or 0xB37550) is known color: Sante Fe. HEX triplet: B3, 75 and 50. RGB value is (179,117,80). Sum of RGB (Red+Green+Blue) = 179+117+80=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37550 is #4C8AAF. Grayscale: #838383. Windows color (decimal): -5016240 or 5273011. OLE color: 5273011.

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

Color convert

RGB 179 117 80 -
CMYK 0 0.35 0.55 0.30
HSL 22.42º 0.39% 0.51% -
HSV(B) 22.42º 0.55% 0.7% -
XYZ 26.4 22.89 10.62 -
YUV 131.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 179 117 80 0 0.35 0.55 0.30 22.42 0.39 0.51
Hex B3 75 50 0 23 37 1E 16 27 33
Octal 263 165 120 0 43 67 36 26 47 63
Binary 10110011 1110101 1010000 0 100011 110111 11110 10110 100111 110011

Color Harmonies of #B37550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37550

Black with #B37550

Text Example


Text Example

White with #B37550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37550; }

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

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

background-color css

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

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

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

border-color css

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

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

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