#BB7074

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

Shades of Turkish Rose #BB7074

Tints of Turkish Rose #BB7074

Color information

#BB7074 (or 0xBB7074) is unknown color: approx Turkish Rose. HEX triplet: BB, 70 and 74. RGB value is (187,112,116). Sum of RGB (Red+Green+Blue) = 187+112+116=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7074 is #448F8B. Grayscale: #868686. Windows color (decimal): -4493196 or 7631035. OLE color: 7631035.

HSL color Cylindrical-coordinate representation of color #BB7074: hue angle of 356.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7074 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187112116-
CMYK00.400.380.27
HSL356.8º35.55%58.63%-
HSV(B)356.8º40.11%73.33%-
XYZ29.4423.4119.49-
YUV134.88117.35165.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=45.06%
G=26.99%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711211600.400.380.27356.835.5558.63
HexBB7074028261B165243b
Octal27316016405046335454473
Binary1011101111100001110100010100010011011011101100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7074; }

 p { color: rgb(187,112,116); }

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

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

 a { background-color: rgb(187,112,116); }

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

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

 span { border-color: rgb(187,112,116); }

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