Html Css Color HEX #B16A4C Sante Fe

📋 copy color: '#B16A4C'

red 177 ◦ green 106 ◦ blue 76

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

Shades of Sante Fe #B16A4C

Tints of Sante Fe #B16A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 49.3%
G = 29.53%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B16A4C (or 0xB16A4C) is known color: Sante Fe. HEX triplet: B1, 6A and 4C. RGB value is (177,106,76). Sum of RGB (Red+Green+Blue) = 177+106+76=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A4C is #4E95B3. Grayscale: #7C7C7C. Windows color (decimal): -5150132 or 5008049. OLE color: 5008049.

HSL color Cylindrical-coordinate representation of color #B16A4C: hue angle of 17.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B16A4C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 106 76 -
CMYK 0 0.40 0.57 0.31
HSL 17.82º 0.4% 0.5% -
HSV(B) 17.82º 0.57% 0.69% -
XYZ 24.59 20.18 9.44 -
YUV 123.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 177 106 76 0 0.40 0.57 0.31 17.82 0.4 0.5
Hex B1 6A 4C 0 28 39 1F 12 28 32
Octal 261 152 114 0 50 71 37 22 50 62
Binary 10110001 1101010 1001100 0 101000 111001 11111 10010 101000 110010

Color Harmonies of #B16A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A4C

Black with #B16A4C

Text Example


Text Example

White with #B16A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A4C; }

 p { color: rgb(177,106,76); }

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

background-color css

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

 a { background-color: rgb(177,106,76); }

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

border-color css

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

 span { border-color: rgb(177,106,76); }

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