Html Css Color HEX #B36355 Sante Fe

📋 copy color: '#B36355'

red 179 ◦ green 99 ◦ blue 85

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

Shades of Sante Fe #B36355

Tints of Sante Fe #B36355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 49.31%
G = 27.27%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B36355 (or 0xB36355) is known color: Sante Fe. HEX triplet: B3, 63 and 55. RGB value is (179,99,85). Sum of RGB (Red+Green+Blue) = 179+99+85=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B36355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36355 is #4C9CAA. Grayscale: #797979. Windows color (decimal): -5020843 or 5596083. OLE color: 5596083.

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

Color convert

RGB 179 99 85 -
CMYK 0 0.45 0.53 0.30
HSL 8.94º 0.38% 0.52% -
HSV(B) 8.94º 0.53% 0.7% -
XYZ 24.69 19.16 10.99 -
YUV 121.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 179 99 85 0 0.45 0.53 0.30 8.94 0.38 0.52
Hex B3 63 55 0 2D 35 1E 9 26 34
Octal 263 143 125 0 55 65 36 11 46 64
Binary 10110011 1100011 1010101 0 101101 110101 11110 1001 100110 110100

Color Harmonies of #B36355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36355

Black with #B36355

Text Example


Text Example

White with #B36355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36355; }

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

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

background-color css

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

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

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

border-color css

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

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

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