#BB6165

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

Shades of Blush #BB6165

Tints of Blush #BB6165

Color information

#BB6165 (or 0xBB6165) is unknown color: approx Blush. HEX triplet: BB, 61 and 65. RGB value is (187,97,101). Sum of RGB (Red+Green+Blue) = 187+97+101=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6165 is #449E9A. Grayscale: #7C7C7C. Windows color (decimal): -4497051 or 6644155. OLE color: 6644155.

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

Color convert

RGB18797101-
CMYK00.480.460.27
HSL357.33º39.82%55.69%-
HSV(B)357.33º48.13%73.33%-
XYZ27.1220.0514.75-
YUV124.37114.82172.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=48.57%
G=25.19%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879710100.480.460.27357.3339.8255.69
HexBB61650302E1B1652838
Octal27314114506056335455070
Binary1011101111000011100101011000010111011011101100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6165; }

 p { color: rgb(187,97,101); }

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

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

 a { background-color: rgb(187,97,101); }

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

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

 span { border-color: rgb(187,97,101); }

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