Html Css Color HEX #B16D5A Sante Fe

📋 copy color: '#B16D5A'

red 177 ◦ green 109 ◦ blue 90

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

Shades of Sante Fe #B16D5A

Tints of Sante Fe #B16D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 47.07%
G = 28.99%
B = 23.94%

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

#B16D5A (or 0xB16D5A) is known color: Sante Fe. HEX triplet: B1, 6D and 5A. RGB value is (177,109,90). Sum of RGB (Red+Green+Blue) = 177+109+90=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D5A is #4E92A5. Grayscale: #7F7F7F. Windows color (decimal): -5149350 or 5926321. OLE color: 5926321.

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

Color convert

RGB 177 109 90 -
CMYK 0 0.38 0.49 0.31
HSL 13.1º 0.36% 0.52% -
HSV(B) 13.1º 0.49% 0.69% -
XYZ 25.45 21.02 12.39 -
YUV 127.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 177 109 90 0 0.38 0.49 0.31 13.1 0.36 0.52
Hex B1 6D 5A 0 26 31 1F D 24 34
Octal 261 155 132 0 46 61 37 15 44 64
Binary 10110001 1101101 1011010 0 100110 110001 11111 1101 100100 110100

Color Harmonies of #B16D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D5A

Black with #B16D5A

Text Example


Text Example

White with #B16D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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