Html Css Color HEX #B37153 Sante Fe

📋 copy color: '#B37153'

red 179 ◦ green 113 ◦ blue 83

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

Shades of Sante Fe #B37153

Tints of Sante Fe #B37153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 47.73%
G = 30.13%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B37153 (or 0xB37153) is known color: Sante Fe. HEX triplet: B3, 71 and 53. RGB value is (179,113,83). Sum of RGB (Red+Green+Blue) = 179+113+83=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B37153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37153 is #4C8EAC. Grayscale: #818181. Windows color (decimal): -5017261 or 5468595. OLE color: 5468595.

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

Color convert

RGB 179 113 83 -
CMYK 0 0.37 0.54 0.30
HSL 18.75º 0.39% 0.51% -
HSV(B) 18.75º 0.54% 0.7% -
XYZ 26.06 22.02 11.06 -
YUV 129.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 179 113 83 0 0.37 0.54 0.30 18.75 0.39 0.51
Hex B3 71 53 0 25 36 1E 13 27 33
Octal 263 161 123 0 45 66 36 23 47 63
Binary 10110011 1110001 1010011 0 100101 110110 11110 10011 100111 110011

Color Harmonies of #B37153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37153

Black with #B37153

Text Example


Text Example

White with #B37153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37153; }

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

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

background-color css

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

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

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

border-color css

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

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

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