#BB6069

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

Shades of Blush #BB6069

Tints of Blush #BB6069

Color information

#BB6069 (or 0xBB6069) is unknown color: approx Blush. HEX triplet: BB, 60 and 69. RGB value is (187,96,105). Sum of RGB (Red+Green+Blue) = 187+96+105=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6069 is #449F96. Grayscale: #7C7C7C. Windows color (decimal): -4497303 or 6906043. OLE color: 6906043.

HSL color Cylindrical-coordinate representation of color #BB6069: hue angle of 354.07º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6069 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18796105-
CMYK00.490.440.27
HSL354.07º40.09%55.49%-
HSV(B)354.07º48.66%73.33%-
XYZ27.2319.9515.78-
YUV124.23117.15172.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=48.20%
G=24.74%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879610500.490.440.27354.0740.0955.49
HexBB60690312C1B1622837
Octal27314015106154335425067
Binary1011101111000001101001011000110110011011101100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6069; }

 p { color: rgb(187,96,105); }

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

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

 a { background-color: rgb(187,96,105); }

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

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

 span { border-color: rgb(187,96,105); }

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