Html Css Color HEX #BB4664 Blush

📋 copy color: '#BB4664'

red 187 ◦ green 70 ◦ blue 100

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

Shades of Blush #BB4664

Tints of Blush #BB4664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 52.38%
G = 19.61%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB4664 (or 0xBB4664) is known color: Blush. HEX triplet: BB, 46 and 64. RGB value is (187,70,100). Sum of RGB (Red+Green+Blue) = 187+70+100=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4664 is #44B99B. Grayscale: #6C6C6C. Windows color (decimal): -4503964 or 6571707. OLE color: 6571707.

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

Color convert

RGB 187 70 100 -
CMYK 0 0.63 0.47 0.27
HSL 344.62º 0.46% 0.5% -
HSV(B) 344.62º 0.63% 0.73% -
XYZ 24.98 15.87 13.8 -
YUV 108.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 187 70 100 0 0.63 0.47 0.27 344.62 0.46 0.5
Hex BB 46 64 0 3F 2F 1B 159 2E 32
Octal 273 106 144 0 77 57 33 531 56 62
Binary 10111011 1000110 1100100 0 111111 101111 11011 101011001 101110 110010

Color Harmonies of #BB4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4664

Black with #BB4664

Text Example


Text Example

White with #BB4664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4664; }

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

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

background-color css

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

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

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

border-color css

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

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

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