Html Css Color HEX #BB5364 Blush

📋 copy color: '#BB5364'

red 187 ◦ green 83 ◦ blue 100

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

Shades of Blush #BB5364

Tints of Blush #BB5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 50.54%
G = 22.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB5364 (or 0xBB5364) is known color: Blush. HEX triplet: BB, 53 and 64. RGB value is (187,83,100). Sum of RGB (Red+Green+Blue) = 187+83+100=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5364 is #44AC9B. Grayscale: #747474. Windows color (decimal): -4500636 or 6575035. OLE color: 6575035.

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

Color convert

RGB 187 83 100 -
CMYK 0 0.56 0.47 0.27
HSL 350.19º 0.43% 0.53% -
HSV(B) 350.19º 0.56% 0.73% -
XYZ 25.89 17.67 14.1 -
YUV 116.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 187 83 100 0 0.56 0.47 0.27 350.19 0.43 0.53
Hex BB 53 64 0 38 2F 1B 15E 2B 35
Octal 273 123 144 0 70 57 33 536 53 65
Binary 10111011 1010011 1100100 0 111000 101111 11011 101011110 101011 110101

Color Harmonies of #BB5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5364

Black with #BB5364

Text Example


Text Example

White with #BB5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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