Html Css Color HEX #B16D4A Sante Fe

📋 copy color: '#B16D4A'

red 177 ◦ green 109 ◦ blue 74

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

Shades of Sante Fe #B16D4A

Tints of Sante Fe #B16D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 49.17%
G = 30.28%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B16D4A (or 0xB16D4A) is known color: Sante Fe. HEX triplet: B1, 6D and 4A. RGB value is (177,109,74). Sum of RGB (Red+Green+Blue) = 177+109+74=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D4A is #4E92B5. Grayscale: #7D7D7D. Windows color (decimal): -5149366 or 4877745. OLE color: 4877745.

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

Color convert

RGB 177 109 74 -
CMYK 0 0.38 0.58 0.31
HSL 20.39º 0.41% 0.49% -
HSV(B) 20.39º 0.58% 0.69% -
XYZ 24.84 20.78 9.18 -
YUV 125.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 177 109 74 0 0.38 0.58 0.31 20.39 0.41 0.49
Hex B1 6D 4A 0 26 3A 1F 14 29 31
Octal 261 155 112 0 46 72 37 24 51 61
Binary 10110001 1101101 1001010 0 100110 111010 11111 10100 101001 110001

Color Harmonies of #B16D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D4A

Black with #B16D4A

Text Example


Text Example

White with #B16D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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