Html Css Color HEX #B16E5A Sante Fe

📋 copy color: '#B16E5A'

red 177 ◦ green 110 ◦ blue 90

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

Shades of Sante Fe #B16E5A

Tints of Sante Fe #B16E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 46.95%
G = 29.18%
B = 23.87%

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

#B16E5A (or 0xB16E5A) is known color: Sante Fe. HEX triplet: B1, 6E and 5A. RGB value is (177,110,90). Sum of RGB (Red+Green+Blue) = 177+110+90=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E5A is #4E91A5. Grayscale: #7F7F7F. Windows color (decimal): -5149094 or 5926577. OLE color: 5926577.

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

Color convert

RGB 177 110 90 -
CMYK 0 0.38 0.49 0.31
HSL 13.79º 0.36% 0.52% -
HSV(B) 13.79º 0.49% 0.69% -
XYZ 25.55 21.24 12.43 -
YUV 127.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 177 110 90 0 0.38 0.49 0.31 13.79 0.36 0.52
Hex B1 6E 5A 0 26 31 1F E 24 34
Octal 261 156 132 0 46 61 37 16 44 64
Binary 10110001 1101110 1011010 0 100110 110001 11111 1110 100100 110100

Color Harmonies of #B16E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E5A

Black with #B16E5A

Text Example


Text Example

White with #B16E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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