Html Css Color HEX #B17256 Sante Fe

📋 copy color: '#B17256'

red 177 ◦ green 114 ◦ blue 86

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

Shades of Sante Fe #B17256

Tints of Sante Fe #B17256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 46.95%
G = 30.24%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B17256 (or 0xB17256) is known color: Sante Fe. HEX triplet: B1, 72 and 56. RGB value is (177,114,86). Sum of RGB (Red+Green+Blue) = 177+114+86=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B17256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17256 is #4E8DA9. Grayscale: #818181. Windows color (decimal): -5148074 or 5665457. OLE color: 5665457.

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

Color convert

RGB 177 114 86 -
CMYK 0 0.36 0.51 0.31
HSL 18.46º 0.37% 0.52% -
HSV(B) 18.46º 0.51% 0.69% -
XYZ 25.83 22.05 11.7 -
YUV 129.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 177 114 86 0 0.36 0.51 0.31 18.46 0.37 0.52
Hex B1 72 56 0 24 33 1F 12 25 34
Octal 261 162 126 0 44 63 37 22 45 64
Binary 10110001 1110010 1010110 0 100100 110011 11111 10010 100101 110100

Color Harmonies of #B17256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17256

Black with #B17256

Text Example


Text Example

White with #B17256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17256; }

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

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

background-color css

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

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

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

border-color css

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

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

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