Html Css Color HEX #B16650 Sante Fe

📋 copy color: '#B16650'

red 177 ◦ green 102 ◦ blue 80

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

Shades of Sante Fe #B16650

Tints of Sante Fe #B16650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 49.3%
G = 28.41%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B16650 (or 0xB16650) is known color: Sante Fe. HEX triplet: B1, 66 and 50. RGB value is (177,102,80). Sum of RGB (Red+Green+Blue) = 177+102+80=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16650 is #4E99AF. Grayscale: #7A7A7A. Windows color (decimal): -5151152 or 5269169. OLE color: 5269169.

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

Color convert

RGB 177 102 80 -
CMYK 0 0.42 0.55 0.31
HSL 13.61º 0.38% 0.5% -
HSV(B) 13.61º 0.55% 0.69% -
XYZ 24.33 19.43 10.06 -
YUV 121.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 177 102 80 0 0.42 0.55 0.31 13.61 0.38 0.5
Hex B1 66 50 0 2A 37 1F E 26 32
Octal 261 146 120 0 52 67 37 16 46 62
Binary 10110001 1100110 1010000 0 101010 110111 11111 1110 100110 110010

Color Harmonies of #B16650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16650

Black with #B16650

Text Example


Text Example

White with #B16650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16650; }

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

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

background-color css

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

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

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

border-color css

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

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

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