Html Css Color HEX #B17350 Sante Fe

📋 copy color: '#B17350'

red 177 ◦ green 115 ◦ blue 80

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

Shades of Sante Fe #B17350

Tints of Sante Fe #B17350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 47.58%
G = 30.91%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B17350 (or 0xB17350) is known color: Sante Fe. HEX triplet: B1, 73 and 50. RGB value is (177,115,80). Sum of RGB (Red+Green+Blue) = 177+115+80=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B17350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17350 is #4E8CAF. Grayscale: #818181. Windows color (decimal): -5147824 or 5272497. OLE color: 5272497.

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

Color convert

RGB 177 115 80 -
CMYK 0 0.35 0.55 0.31
HSL 21.65º 0.38% 0.5% -
HSV(B) 21.65º 0.55% 0.69% -
XYZ 25.71 22.19 10.52 -
YUV 129.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 177 115 80 0 0.35 0.55 0.31 21.65 0.38 0.5
Hex B1 73 50 0 23 37 1F 16 26 32
Octal 261 163 120 0 43 67 37 26 46 62
Binary 10110001 1110011 1010000 0 100011 110111 11111 10110 100110 110010

Color Harmonies of #B17350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17350

Black with #B17350

Text Example


Text Example

White with #B17350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17350; }

 p { color: rgb(177,115,80); }

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

background-color css

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

 a { background-color: rgb(177,115,80); }

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

border-color css

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

 span { border-color: rgb(177,115,80); }

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