Html Css Color HEX #B17650 Sante Fe

📋 copy color: '#B17650'

red 177 ◦ green 118 ◦ blue 80

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

Shades of Sante Fe #B17650

Tints of Sante Fe #B17650

RGB

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

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

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

R = 47.2%
G = 31.47%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B17650 (or 0xB17650) is known color: Sante Fe. HEX triplet: B1, 76 and 50. RGB value is (177,118,80). Sum of RGB (Red+Green+Blue) = 177+118+80=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17650 is #4E89AF. Grayscale: #838383. Windows color (decimal): -5147056 or 5273265. OLE color: 5273265.

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

Color convert

RGB 177 118 80 -
CMYK 0 0.33 0.55 0.31
HSL 23.51º 0.38% 0.5% -
HSV(B) 23.51º 0.55% 0.69% -
XYZ 26.06 22.88 10.63 -
YUV 131.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 177 118 80 0 0.33 0.55 0.31 23.51 0.38 0.5
Hex B1 76 50 0 21 37 1F 18 26 32
Octal 261 166 120 0 41 67 37 30 46 62
Binary 10110001 1110110 1010000 0 100001 110111 11111 11000 100110 110010

Color Harmonies of #B17650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17650

Black with #B17650

Text Example


Text Example

White with #B17650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17650; }

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

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

background-color css

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

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

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

border-color css

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

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

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