Html Css Color HEX #B17253 Sante Fe

📋 copy color: '#B17253'

red 177 ◦ green 114 ◦ blue 83

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

Shades of Sante Fe #B17253

Tints of Sante Fe #B17253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 47.33%
G = 30.48%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B17253 (or 0xB17253) is known color: Sante Fe. HEX triplet: B1, 72 and 53. RGB value is (177,114,83). Sum of RGB (Red+Green+Blue) = 177+114+83=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B17253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17253 is #4E8DAC. Grayscale: #818181. Windows color (decimal): -5148077 or 5468849. OLE color: 5468849.

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

Color convert

RGB 177 114 83 -
CMYK 0 0.36 0.53 0.31
HSL 19.79º 0.38% 0.51% -
HSV(B) 19.79º 0.53% 0.69% -
XYZ 25.71 22.01 11.08 -
YUV 129.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 177 114 83 0 0.36 0.53 0.31 19.79 0.38 0.51
Hex B1 72 53 0 24 35 1F 14 26 33
Octal 261 162 123 0 44 65 37 24 46 63
Binary 10110001 1110010 1010011 0 100100 110101 11111 10100 100110 110011

Color Harmonies of #B17253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17253

Black with #B17253

Text Example


Text Example

White with #B17253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17253; }

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

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

background-color css

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

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

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

border-color css

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

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

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