Html Css Color HEX #BB4160 Blush

📋 copy color: '#BB4160'

red 187 ◦ green 65 ◦ blue 96

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

Shades of Blush #BB4160

Tints of Blush #BB4160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 53.74%
G = 18.68%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB4160 (or 0xBB4160) is known color: Blush. HEX triplet: BB, 41 and 60. RGB value is (187,65,96). Sum of RGB (Red+Green+Blue) = 187+65+96=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4160 is #44BE9F. Grayscale: #696969. Windows color (decimal): -4505248 or 6308283. OLE color: 6308283.

HSL color Cylindrical-coordinate representation of color #BB4160: hue angle of 344.75º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4160 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 96 -
CMYK 0 0.65 0.49 0.27
HSL 344.75º 0.48% 0.49% -
HSV(B) 344.75º 0.65% 0.73% -
XYZ 24.5 15.19 12.71 -
YUV 105.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 187 65 96 0 0.65 0.49 0.27 344.75 0.48 0.49
Hex BB 41 60 0 41 31 1B 159 30 31
Octal 273 101 140 0 101 61 33 531 60 61
Binary 10111011 1000001 1100000 0 1000001 110001 11011 101011001 110000 110001

Color Harmonies of #BB4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4160

Black with #BB4160

Text Example


Text Example

White with #BB4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4160; }

 p { color: rgb(187,65,96); }

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

background-color css

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

 a { background-color: rgb(187,65,96); }

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

border-color css

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

 span { border-color: rgb(187,65,96); }

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