Html Css Color HEX #B16358 Sante Fe

📋 copy color: '#B16358'

red 177 ◦ green 99 ◦ blue 88

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

Shades of Sante Fe #B16358

Tints of Sante Fe #B16358

RGB

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

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

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

R = 48.63%
G = 27.2%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B16358 (or 0xB16358) is known color: Sante Fe. HEX triplet: B1, 63 and 58. RGB value is (177,99,88). Sum of RGB (Red+Green+Blue) = 177+99+88=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16358 is #4E9CA7. Grayscale: #797979. Windows color (decimal): -5151912 or 5792689. OLE color: 5792689.

HSL color Cylindrical-coordinate representation of color #B16358: hue angle of 7.42º 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 #B16358 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 88 -
CMYK 0 0.44 0.50 0.31
HSL 7.42º 0.36% 0.52% -
HSV(B) 7.42º 0.5% 0.69% -
XYZ 24.35 18.98 11.61 -
YUV 121.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 177 99 88 0 0.44 0.50 0.31 7.42 0.36 0.52
Hex B1 63 58 0 2C 32 1F 7 24 34
Octal 261 143 130 0 54 62 37 7 44 64
Binary 10110001 1100011 1011000 0 101100 110010 11111 111 100100 110100

Color Harmonies of #B16358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16358

Black with #B16358

Text Example


Text Example

White with #B16358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16358; }

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

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

background-color css

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

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

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

border-color css

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

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

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