Html Css Color HEX #B16E5B Sante Fe

📋 copy color: '#B16E5B'

red 177 ◦ green 110 ◦ blue 91

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

Shades of Sante Fe #B16E5B

Tints of Sante Fe #B16E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 46.83%
G = 29.1%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B16E5B (or 0xB16E5B) is known color: Sante Fe. HEX triplet: B1, 6E and 5B. RGB value is (177,110,91). Sum of RGB (Red+Green+Blue) = 177+110+91=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E5B is #4E91A4. Grayscale: #808080. Windows color (decimal): -5149093 or 5992113. OLE color: 5992113.

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

Color convert

RGB 177 110 91 -
CMYK 0 0.38 0.49 0.31
HSL 13.26º 0.36% 0.53% -
HSV(B) 13.26º 0.49% 0.69% -
XYZ 25.6 21.25 12.65 -
YUV 127.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 177 110 91 0 0.38 0.49 0.31 13.26 0.36 0.53
Hex B1 6E 5B 0 26 31 1F D 24 35
Octal 261 156 133 0 46 61 37 15 44 65
Binary 10110001 1101110 1011011 0 100110 110001 11111 1101 100100 110101

Color Harmonies of #B16E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E5B

Black with #B16E5B

Text Example


Text Example

White with #B16E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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