Html Css Color HEX #BB4E5E Blush

📋 copy color: '#BB4E5E'

red 187 ◦ green 78 ◦ blue 94

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

Shades of Blush #BB4E5E

Tints of Blush #BB4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 52.09%
G = 21.73%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB4E5E (or 0xBB4E5E) is known color: Blush. HEX triplet: BB, 4E and 5E. RGB value is (187,78,94). Sum of RGB (Red+Green+Blue) = 187+78+94=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5E is #44B1A1. Grayscale: #707070. Windows color (decimal): -4501922 or 6180539. OLE color: 6180539.

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

Color convert

RGB 187 78 94 -
CMYK 0 0.58 0.50 0.27
HSL 351.19º 0.44% 0.52% -
HSV(B) 351.19º 0.58% 0.73% -
XYZ 25.24 16.82 12.51 -
YUV 112.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 187 78 94 0 0.58 0.50 0.27 351.19 0.44 0.52
Hex BB 4E 5E 0 3A 32 1B 15F 2C 34
Octal 273 116 136 0 72 62 33 537 54 64
Binary 10111011 1001110 1011110 0 111010 110010 11011 101011111 101100 110100

Color Harmonies of #BB4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E5E

Black with #BB4E5E

Text Example


Text Example

White with #BB4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E5E; }

 p { color: rgb(187,78,94); }

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

background-color css

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

 a { background-color: rgb(187,78,94); }

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

border-color css

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

 span { border-color: rgb(187,78,94); }

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