#BB6367

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

Shades of Blush #BB6367

Tints of Blush #BB6367

Color information

#BB6367 (or 0xBB6367) is unknown color: approx Blush. HEX triplet: BB, 63 and 67. RGB value is (187,99,103). Sum of RGB (Red+Green+Blue) = 187+99+103=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6367 is #449C98. Grayscale: #7D7D7D. Windows color (decimal): -4496537 or 6775739. OLE color: 6775739.

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

Color convert

RGB18799103-
CMYK00.470.450.27
HSL357.27º39.29%56.08%-
HSV(B)357.27º47.06%73.33%-
XYZ27.420.4715.34-
YUV125.77115.15171.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=48.07%
G=25.45%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879910300.470.450.27357.2739.2956.08
HexBB636702F2D1B1652738
Octal27314314705755335454770
Binary1011101111000111100111010111110110111011101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6367; }

 p { color: rgb(187,99,103); }

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

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

 a { background-color: rgb(187,99,103); }

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

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

 span { border-color: rgb(187,99,103); }

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