Html Css Color HEX #BB4B5B Blush

📋 copy color: '#BB4B5B'

red 187 ◦ green 75 ◦ blue 91

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

Shades of Blush #BB4B5B

Tints of Blush #BB4B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 52.97%
G = 21.25%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB4B5B (or 0xBB4B5B) is known color: Blush. HEX triplet: BB, 4B and 5B. RGB value is (187,75,91). Sum of RGB (Red+Green+Blue) = 187+75+91=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B5B is #44B4A4. Grayscale: #6E6E6E. Windows color (decimal): -4502693 or 5983163. OLE color: 5983163.

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

Color convert

RGB 187 75 91 -
CMYK 0 0.60 0.51 0.27
HSL 351.43º 0.45% 0.51% -
HSV(B) 351.43º 0.6% 0.73% -
XYZ 24.9 16.35 11.74 -
YUV 110.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 187 75 91 0 0.60 0.51 0.27 351.43 0.45 0.51
Hex BB 4B 5B 0 3C 33 1B 15F 2D 33
Octal 273 113 133 0 74 63 33 537 55 63
Binary 10111011 1001011 1011011 0 111100 110011 11011 101011111 101101 110011

Color Harmonies of #BB4B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B5B

Black with #BB4B5B

Text Example


Text Example

White with #BB4B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B5B; }

 p { color: rgb(187,75,91); }

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

background-color css

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

 a { background-color: rgb(187,75,91); }

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

border-color css

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

 span { border-color: rgb(187,75,91); }

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