Html Css Color HEX #BB4568 Blush

📋 copy color: '#BB4568'

red 187 ◦ green 69 ◦ blue 104

#BB4568
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BB4568

Tints of Blush #BB4568

RGB

 RED value IS 187 (73.44% from 255) = 51.94%

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 51.94%
G = 19.17%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4568 (or 0xBB4568) is known color: Blush. HEX triplet: BB, 45 and 68. RGB value is (187,69,104). Sum of RGB (Red+Green+Blue) = 187+69+104=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4568 is #44BA97. Grayscale: #6C6C6C. Windows color (decimal): -4504216 or 6833595. OLE color: 6833595.

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

Color convert

RGB 187 69 104 -
CMYK 0 0.63 0.44 0.27
HSL 342.2º 0.46% 0.5% -
HSV(B) 342.2º 0.63% 0.73% -
XYZ 25.12 15.82 14.83 -
YUV 108.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 187 69 104 0 0.63 0.44 0.27 342.2 0.46 0.5
Hex BB 45 68 0 3F 2C 1B 156 2E 32
Octal 273 105 150 0 77 54 33 526 56 62
Binary 10111011 1000101 1101000 0 111111 101100 11011 101010110 101110 110010

Color Harmonies of #BB4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4568

Black with #BB4568

Text Example


Text Example

White with #BB4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4568; }

 p { color: rgb(187,69,104); }

 H1.HeaderClassName
 {
   color: #BB4568;
 }
 .AnyTagClassName
 {
   color: #BB4568;
 }
</style>

background-color css

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

 a { background-color: rgb(187,69,104); }

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

border-color css

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

 span { border-color: rgb(187,69,104); }

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