Html Css Color HEX #B17656 Sante Fe

📋 copy color: '#B17656'

red 177 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #B17656

Tints of Sante Fe #B17656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 46.46%
G = 30.97%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B17656 (or 0xB17656) is known color: Sante Fe. HEX triplet: B1, 76 and 56. RGB value is (177,118,86). Sum of RGB (Red+Green+Blue) = 177+118+86=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B17656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17656 is #4E89A9. Grayscale: #848484. Windows color (decimal): -5147050 or 5666481. OLE color: 5666481.

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

Color convert

RGB 177 118 86 -
CMYK 0 0.33 0.51 0.31
HSL 21.1º 0.37% 0.52% -
HSV(B) 21.1º 0.51% 0.69% -
XYZ 26.29 22.98 11.85 -
YUV 131.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 177 118 86 0 0.33 0.51 0.31 21.1 0.37 0.52
Hex B1 76 56 0 21 33 1F 15 25 34
Octal 261 166 126 0 41 63 37 25 45 64
Binary 10110001 1110110 1010110 0 100001 110011 11111 10101 100101 110100

Color Harmonies of #B17656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17656

Black with #B17656

Text Example


Text Example

White with #B17656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17656; }

 p { color: rgb(177,118,86); }

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

background-color css

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

 a { background-color: rgb(177,118,86); }

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

border-color css

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

 span { border-color: rgb(177,118,86); }

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