Html Css Color HEX #B16E4B Sante Fe

📋 copy color: '#B16E4B'

red 177 ◦ green 110 ◦ blue 75

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

Shades of Sante Fe #B16E4B

Tints of Sante Fe #B16E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 48.9%
G = 30.39%
B = 20.72%

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

#B16E4B (or 0xB16E4B) is known color: Sante Fe. HEX triplet: B1, 6E and 4B. RGB value is (177,110,75). Sum of RGB (Red+Green+Blue) = 177+110+75=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E4B is #4E91B4. Grayscale: #7E7E7E. Windows color (decimal): -5149109 or 4943537. OLE color: 4943537.

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

Color convert

RGB 177 110 75 -
CMYK 0 0.38 0.58 0.31
HSL 20.59º 0.4% 0.49% -
HSV(B) 20.59º 0.58% 0.69% -
XYZ 24.98 21.01 9.39 -
YUV 126.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 177 110 75 0 0.38 0.58 0.31 20.59 0.4 0.49
Hex B1 6E 4B 0 26 3A 1F 15 28 31
Octal 261 156 113 0 46 72 37 25 50 61
Binary 10110001 1101110 1001011 0 100110 111010 11111 10101 101000 110001

Color Harmonies of #B16E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E4B

Black with #B16E4B

Text Example


Text Example

White with #B16E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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