Html Css Color HEX #B36858 Sante Fe

📋 copy color: '#B36858'

red 179 ◦ green 104 ◦ blue 88

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

Shades of Sante Fe #B36858

Tints of Sante Fe #B36858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 48.25%
G = 28.03%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B36858 (or 0xB36858) is known color: Sante Fe. HEX triplet: B3, 68 and 58. RGB value is (179,104,88). Sum of RGB (Red+Green+Blue) = 179+104+88=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B36858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36858 is #4C97A7. Grayscale: #7C7C7C. Windows color (decimal): -5019560 or 5793971. OLE color: 5793971.

HSL color Cylindrical-coordinate representation of color #B36858: hue angle of 10.55º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36858 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 88 -
CMYK 0 0.42 0.51 0.30
HSL 10.55º 0.37% 0.52% -
HSV(B) 10.55º 0.51% 0.7% -
XYZ 25.3 20.19 11.8 -
YUV 124.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 179 104 88 0 0.42 0.51 0.30 10.55 0.37 0.52
Hex B3 68 58 0 2A 33 1E B 25 34
Octal 263 150 130 0 52 63 36 13 45 64
Binary 10110011 1101000 1011000 0 101010 110011 11110 1011 100101 110100

Color Harmonies of #B36858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36858

Black with #B36858

Text Example


Text Example

White with #B36858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36858; }

 p { color: rgb(179,104,88); }

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

background-color css

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

 a { background-color: rgb(179,104,88); }

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

border-color css

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

 span { border-color: rgb(179,104,88); }

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