Html Css Color HEX #BB5567 Blush

📋 copy color: '#BB5567'

red 187 ◦ green 85 ◦ blue 103

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

Shades of Blush #BB5567

Tints of Blush #BB5567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 49.87%
G = 22.67%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5567 (or 0xBB5567) is known color: Blush. HEX triplet: BB, 55 and 67. RGB value is (187,85,103). Sum of RGB (Red+Green+Blue) = 187+85+103=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5567 is #44AA98. Grayscale: #757575. Windows color (decimal): -4500121 or 6772155. OLE color: 6772155.

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

Color convert

RGB 187 85 103 -
CMYK 0 0.55 0.45 0.27
HSL 349.41º 0.43% 0.53% -
HSV(B) 349.41º 0.55% 0.73% -
XYZ 26.19 18.04 14.93 -
YUV 117.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 187 85 103 0 0.55 0.45 0.27 349.41 0.43 0.53
Hex BB 55 67 0 37 2D 1B 15D 2B 35
Octal 273 125 147 0 67 55 33 535 53 65
Binary 10111011 1010101 1100111 0 110111 101101 11011 101011101 101011 110101

Color Harmonies of #BB5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5567

Black with #BB5567

Text Example


Text Example

White with #BB5567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5567; }

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

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

background-color css

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

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

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

border-color css

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

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

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