Html Css Color HEX #BB4863 Blush

📋 copy color: '#BB4863'

red 187 ◦ green 72 ◦ blue 99

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

Shades of Blush #BB4863

Tints of Blush #BB4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 52.23%
G = 20.11%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB4863 (or 0xBB4863) is known color: Blush. HEX triplet: BB, 48 and 63. RGB value is (187,72,99). Sum of RGB (Red+Green+Blue) = 187+72+99=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4863 is #44B79C. Grayscale: #6D6D6D. Windows color (decimal): -4503453 or 6506683. OLE color: 6506683.

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

Color convert

RGB 187 72 99 -
CMYK 0 0.61 0.47 0.27
HSL 345.91º 0.46% 0.51% -
HSV(B) 345.91º 0.61% 0.73% -
XYZ 25.06 16.1 13.59 -
YUV 109.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 187 72 99 0 0.61 0.47 0.27 345.91 0.46 0.51
Hex BB 48 63 0 3D 2F 1B 15A 2E 33
Octal 273 110 143 0 75 57 33 532 56 63
Binary 10111011 1001000 1100011 0 111101 101111 11011 101011010 101110 110011

Color Harmonies of #BB4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4863

Black with #BB4863

Text Example


Text Example

White with #BB4863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4863; }

 p { color: rgb(187,72,99); }

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

background-color css

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

 a { background-color: rgb(187,72,99); }

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

border-color css

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

 span { border-color: rgb(187,72,99); }

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