Html Css Color HEX #B37053 Sante Fe

📋 copy color: '#B37053'

red 179 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #B37053

Tints of Sante Fe #B37053

RGB

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

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

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

R = 47.86%
G = 29.95%
B = 22.19%

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

#B37053 (or 0xB37053) is known color: Sante Fe. HEX triplet: B3, 70 and 53. RGB value is (179,112,83). Sum of RGB (Red+Green+Blue) = 179+112+83=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B37053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37053 is #4C8FAC. Grayscale: #808080. Windows color (decimal): -5017517 or 5468339. OLE color: 5468339.

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

Color convert

RGB 179 112 83 -
CMYK 0 0.37 0.54 0.30
HSL 18.13º 0.39% 0.51% -
HSV(B) 18.13º 0.54% 0.7% -
XYZ 25.95 21.8 11.02 -
YUV 128.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 179 112 83 0 0.37 0.54 0.30 18.13 0.39 0.51
Hex B3 70 53 0 25 36 1E 12 27 33
Octal 263 160 123 0 45 66 36 22 47 63
Binary 10110011 1110000 1010011 0 100101 110110 11110 10010 100111 110011

Color Harmonies of #B37053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37053

Black with #B37053

Text Example


Text Example

White with #B37053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37053; }

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

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

background-color css

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

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

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

border-color css

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

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

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