#B96471

Color #B96471 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B96471

Tints of Turkish Rose #B96471

Color information

#B96471 (or 0xB96471) is unknown color: approx Turkish Rose. HEX triplet: B9, 64 and 71. RGB value is (185,100,113). Sum of RGB (Red+Green+Blue) = 185+100+113=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96471 is #469B8E. Grayscale: #7E7E7E. Windows color (decimal): -4627343 or 7431353. OLE color: 7431353.

HSL color Cylindrical-coordinate representation of color #B96471: hue angle of 350.82º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96471 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185100113-
CMYK00.460.390.27
HSL350.82º37.78%55.88%-
HSV(B)350.82º45.95%72.55%-
XYZ27.5520.6218.15-
YUV126.9120.16169.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=46.48%
G=25.13%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510011300.460.390.27350.8237.7855.88
HexB9647102E271B15f2638
Octal27114416105647335374670
Binary1011100111001001110001010111010011111011101011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96471; }

 p { color: rgb(185,100,113); }

 H1.HeaderClassName
 {
   color: #B96471;
 }
 .AnyTagClassName
 {
   color: #B96471;
 }
</style>
background-color css

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

 a { background-color: rgb(185,100,113); }

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

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

 span { border-color: rgb(185,100,113); }

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