Html Css Color HEX #BB4E6A Blush

📋 copy color: '#BB4E6A'

red 187 ◦ green 78 ◦ blue 106

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

Shades of Blush #BB4E6A

Tints of Blush #BB4E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 50.4%
G = 21.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB4E6A (or 0xBB4E6A) is known color: Blush. HEX triplet: BB, 4E and 6A. RGB value is (187,78,106). Sum of RGB (Red+Green+Blue) = 187+78+106=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E6A is #44B195. Grayscale: #717171. Windows color (decimal): -4501910 or 6966971. OLE color: 6966971.

HSL color Cylindrical-coordinate representation of color #BB4E6A: hue angle of 344.59º 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 #BB4E6A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 78 106 -
CMYK 0 0.58 0.43 0.27
HSL 344.59º 0.44% 0.52% -
HSV(B) 344.59º 0.58% 0.73% -
XYZ 25.82 17.05 15.57 -
YUV 113.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 187 78 106 0 0.58 0.43 0.27 344.59 0.44 0.52
Hex BB 4E 6A 0 3A 2B 1B 159 2C 34
Octal 273 116 152 0 72 53 33 531 54 64
Binary 10111011 1001110 1101010 0 111010 101011 11011 101011001 101100 110100

Color Harmonies of #BB4E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E6A

Black with #BB4E6A

Text Example


Text Example

White with #BB4E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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