Html Css Color HEX #B37354 Sante Fe

📋 copy color: '#B37354'

red 179 ◦ green 115 ◦ blue 84

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

Shades of Sante Fe #B37354

Tints of Sante Fe #B37354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 47.35%
G = 30.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B37354 (or 0xB37354) is known color: Sante Fe. HEX triplet: B3, 73 and 54. RGB value is (179,115,84). Sum of RGB (Red+Green+Blue) = 179+115+84=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B37354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37354 is #4C8CAB. Grayscale: #828282. Windows color (decimal): -5016748 or 5534643. OLE color: 5534643.

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

Color convert

RGB 179 115 84 -
CMYK 0 0.36 0.53 0.30
HSL 19.58º 0.38% 0.52% -
HSV(B) 19.58º 0.53% 0.7% -
XYZ 26.32 22.49 11.34 -
YUV 130.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 179 115 84 0 0.36 0.53 0.30 19.58 0.38 0.52
Hex B3 73 54 0 24 35 1E 14 26 34
Octal 263 163 124 0 44 65 36 24 46 64
Binary 10110011 1110011 1010100 0 100100 110101 11110 10100 100110 110100

Color Harmonies of #B37354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37354

Black with #B37354

Text Example


Text Example

White with #B37354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37354; }

 p { color: rgb(179,115,84); }

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

background-color css

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

 a { background-color: rgb(179,115,84); }

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

border-color css

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

 span { border-color: rgb(179,115,84); }

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