Html Css Color HEX #B16E57 Sante Fe

📋 copy color: '#B16E57'

red 177 ◦ green 110 ◦ blue 87

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

Shades of Sante Fe #B16E57

Tints of Sante Fe #B16E57

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 47.33%
G = 29.41%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B16E57 (or 0xB16E57) is known color: Sante Fe. HEX triplet: B1, 6E and 57. RGB value is (177,110,87). Sum of RGB (Red+Green+Blue) = 177+110+87=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E57 is #4E91A8. Grayscale: #7F7F7F. Windows color (decimal): -5149097 or 5729969. OLE color: 5729969.

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

Color convert

RGB 177 110 87 -
CMYK 0 0.38 0.51 0.31
HSL 15.33º 0.37% 0.52% -
HSV(B) 15.33º 0.51% 0.69% -
XYZ 25.43 21.19 11.77 -
YUV 127.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 177 110 87 0 0.38 0.51 0.31 15.33 0.37 0.52
Hex B1 6E 57 0 26 33 1F F 25 34
Octal 261 156 127 0 46 63 37 17 45 64
Binary 10110001 1101110 1010111 0 100110 110011 11111 1111 100101 110100

Color Harmonies of #B16E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E57

Black with #B16E57

Text Example


Text Example

White with #B16E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E57; }

 p { color: rgb(177,110,87); }

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

background-color css

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

 a { background-color: rgb(177,110,87); }

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

border-color css

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

 span { border-color: rgb(177,110,87); }

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