Html Css Color HEX #BB5064 Blush

📋 copy color: '#BB5064'

red 187 ◦ green 80 ◦ blue 100

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

Shades of Blush #BB5064

Tints of Blush #BB5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 50.95%
G = 21.8%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB5064 (or 0xBB5064) is known color: Blush. HEX triplet: BB, 50 and 64. RGB value is (187,80,100). Sum of RGB (Red+Green+Blue) = 187+80+100=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5064 is #44AF9B. Grayscale: #727272. Windows color (decimal): -4501404 or 6574267. OLE color: 6574267.

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

Color convert

RGB 187 80 100 -
CMYK 0 0.57 0.47 0.27
HSL 348.79º 0.44% 0.52% -
HSV(B) 348.79º 0.57% 0.73% -
XYZ 25.66 17.22 14.03 -
YUV 114.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 187 80 100 0 0.57 0.47 0.27 348.79 0.44 0.52
Hex BB 50 64 0 39 2F 1B 15D 2C 34
Octal 273 120 144 0 71 57 33 535 54 64
Binary 10111011 1010000 1100100 0 111001 101111 11011 101011101 101100 110100

Color Harmonies of #BB5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5064

Black with #BB5064

Text Example


Text Example

White with #BB5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5064; }

 p { color: rgb(187,80,100); }

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

background-color css

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

 a { background-color: rgb(187,80,100); }

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

border-color css

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

 span { border-color: rgb(187,80,100); }

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