Html Css Color HEX #B37655 Sante Fe

📋 copy color: '#B37655'

red 179 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #B37655

Tints of Sante Fe #B37655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 46.86%
G = 30.89%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B37655 (or 0xB37655) is known color: Sante Fe. HEX triplet: B3, 76 and 55. RGB value is (179,118,85). Sum of RGB (Red+Green+Blue) = 179+118+85=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37655 is #4C89AA. Grayscale: #848484. Windows color (decimal): -5015979 or 5600947. OLE color: 5600947.

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

Color convert

RGB 179 118 85 -
CMYK 0 0.34 0.53 0.30
HSL 21.06º 0.38% 0.52% -
HSV(B) 21.06º 0.53% 0.7% -
XYZ 26.71 23.2 11.66 -
YUV 132.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 179 118 85 0 0.34 0.53 0.30 21.06 0.38 0.52
Hex B3 76 55 0 22 35 1E 15 26 34
Octal 263 166 125 0 42 65 36 25 46 64
Binary 10110011 1110110 1010101 0 100010 110101 11110 10101 100110 110100

Color Harmonies of #B37655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37655

Black with #B37655

Text Example


Text Example

White with #B37655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37655; }

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

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

background-color css

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

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

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

border-color css

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

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

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