#B76874

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

Shades of Turkish Rose #B76874

Tints of Turkish Rose #B76874

Color information

#B76874 (or 0xB76874) is unknown color: approx Turkish Rose. HEX triplet: B7, 68 and 74. RGB value is (183,104,116). Sum of RGB (Red+Green+Blue) = 183+104+116=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B76874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76874 is #48978B. Grayscale: #818181. Windows color (decimal): -4757388 or 7628983. OLE color: 7628983.

HSL color Cylindrical-coordinate representation of color #B76874: hue angle of 350.89º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76874 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB183104116-
CMYK00.430.370.28
HSL350.89º35.43%56.27%-
HSV(B)350.89º43.17%71.76%-
XYZ27.6321.2319.16-
YUV128.99120.67166.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=45.41%
G=25.81%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310411600.430.370.28350.8935.4356.27
HexB7687402B251C15f2338
Octal26715016405345345374370
Binary1011011111010001110100010101110010111100101011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76874; }

 p { color: rgb(183,104,116); }

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

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

 a { background-color: rgb(183,104,116); }

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

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

 span { border-color: rgb(183,104,116); }

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