Html Css Color HEX #B37255 Sante Fe

📋 copy color: '#B37255'

red 179 ◦ green 114 ◦ blue 85

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

Shades of Sante Fe #B37255

Tints of Sante Fe #B37255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 47.35%
G = 30.16%
B = 22.49%

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

#B37255 (or 0xB37255) is known color: Sante Fe. HEX triplet: B3, 72 and 55. RGB value is (179,114,85). Sum of RGB (Red+Green+Blue) = 179+114+85=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B37255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37255 is #4C8DAA. Grayscale: #828282. Windows color (decimal): -5017003 or 5599923. OLE color: 5599923.

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

Color convert

RGB 179 114 85 -
CMYK 0 0.36 0.53 0.30
HSL 18.51º 0.38% 0.52% -
HSV(B) 18.51º 0.53% 0.7% -
XYZ 26.25 22.27 11.51 -
YUV 130.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 179 114 85 0 0.36 0.53 0.30 18.51 0.38 0.52
Hex B3 72 55 0 24 35 1E 13 26 34
Octal 263 162 125 0 44 65 36 23 46 64
Binary 10110011 1110010 1010101 0 100100 110101 11110 10011 100110 110100

Color Harmonies of #B37255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37255

Black with #B37255

Text Example


Text Example

White with #B37255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37255; }

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

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

background-color css

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

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

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

border-color css

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

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

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