Html Css Color HEX #B17158 Sante Fe

📋 copy color: '#B17158'

red 177 ◦ green 113 ◦ blue 88

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

Shades of Sante Fe #B17158

Tints of Sante Fe #B17158

RGB

 RED value IS 177 (69.53% from 255) = 46.83%

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 46.83%
G = 29.89%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B17158 (or 0xB17158) is known color: Sante Fe. HEX triplet: B1, 71 and 58. RGB value is (177,113,88). Sum of RGB (Red+Green+Blue) = 177+113+88=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17158 is #4E8EA7. Grayscale: #818181. Windows color (decimal): -5148328 or 5796273. OLE color: 5796273.

HSL color Cylindrical-coordinate representation of color #B17158: hue angle of 16.85º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17158 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 88 -
CMYK 0 0.36 0.50 0.31
HSL 16.85º 0.36% 0.52% -
HSV(B) 16.85º 0.5% 0.69% -
XYZ 25.8 21.86 12.09 -
YUV 129.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 177 113 88 0 0.36 0.50 0.31 16.85 0.36 0.52
Hex B1 71 58 0 24 32 1F 11 24 34
Octal 261 161 130 0 44 62 37 21 44 64
Binary 10110001 1110001 1011000 0 100100 110010 11111 10001 100100 110100

Color Harmonies of #B17158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17158

Black with #B17158

Text Example


Text Example

White with #B17158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17158; }

 p { color: rgb(177,113,88); }

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

background-color css

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

 a { background-color: rgb(177,113,88); }

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

border-color css

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

 span { border-color: rgb(177,113,88); }

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