Html Css Color HEX #B16F59 Sante Fe

📋 copy color: '#B16F59'

red 177 ◦ green 111 ◦ blue 89

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

Shades of Sante Fe #B16F59

Tints of Sante Fe #B16F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 46.95%
G = 29.44%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B16F59 (or 0xB16F59) is known color: Sante Fe. HEX triplet: B1, 6F and 59. RGB value is (177,111,89). Sum of RGB (Red+Green+Blue) = 177+111+89=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F59 is #4E90A6. Grayscale: #808080. Windows color (decimal): -5148839 or 5861297. OLE color: 5861297.

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

Color convert

RGB 177 111 89 -
CMYK 0 0.37 0.50 0.31
HSL 15º 0.36% 0.52% -
HSV(B) 15º 0.5% 0.69% -
XYZ 25.62 21.44 12.24 -
YUV 128.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 177 111 89 0 0.37 0.50 0.31 15 0.36 0.52
Hex B1 6F 59 0 25 32 1F F 24 34
Octal 261 157 131 0 45 62 37 17 44 64
Binary 10110001 1101111 1011001 0 100101 110010 11111 1111 100100 110100

Color Harmonies of #B16F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F59

Black with #B16F59

Text Example


Text Example

White with #B16F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F59; }

 p { color: rgb(177,111,89); }

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

background-color css

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

 a { background-color: rgb(177,111,89); }

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

border-color css

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

 span { border-color: rgb(177,111,89); }

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