Html Css Color HEX #B16950 Sante Fe

📋 copy color: '#B16950'

red 177 ◦ green 105 ◦ blue 80

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

Shades of Sante Fe #B16950

Tints of Sante Fe #B16950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 48.9%
G = 29.01%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B16950 (or 0xB16950) is known color: Sante Fe. HEX triplet: B1, 69 and 50. RGB value is (177,105,80). Sum of RGB (Red+Green+Blue) = 177+105+80=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16950 is #4E96AF. Grayscale: #7B7B7B. Windows color (decimal): -5150384 or 5269937. OLE color: 5269937.

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

Color convert

RGB 177 105 80 -
CMYK 0 0.41 0.55 0.31
HSL 15.46º 0.38% 0.5% -
HSV(B) 15.46º 0.55% 0.69% -
XYZ 24.63 20.03 10.16 -
YUV 123.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 177 105 80 0 0.41 0.55 0.31 15.46 0.38 0.5
Hex B1 69 50 0 29 37 1F F 26 32
Octal 261 151 120 0 51 67 37 17 46 62
Binary 10110001 1101001 1010000 0 101001 110111 11111 1111 100110 110010

Color Harmonies of #B16950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16950

Black with #B16950

Text Example


Text Example

White with #B16950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16950; }

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

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

background-color css

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

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

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

border-color css

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

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

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