Html Css Color HEX #BB5963 Blush

📋 copy color: '#BB5963'

red 187 ◦ green 89 ◦ blue 99

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

Shades of Blush #BB5963

Tints of Blush #BB5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 49.87%
G = 23.73%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB5963 (or 0xBB5963) is known color: Blush. HEX triplet: BB, 59 and 63. RGB value is (187,89,99). Sum of RGB (Red+Green+Blue) = 187+89+99=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5963 is #44A69C. Grayscale: #777777. Windows color (decimal): -4499101 or 6511035. OLE color: 6511035.

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

Color convert

RGB 187 89 99 -
CMYK 0 0.52 0.47 0.27
HSL 353.88º 0.42% 0.54% -
HSV(B) 353.88º 0.52% 0.73% -
XYZ 26.32 18.61 14.01 -
YUV 119.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 187 89 99 0 0.52 0.47 0.27 353.88 0.42 0.54
Hex BB 59 63 0 34 2F 1B 162 2A 36
Octal 273 131 143 0 64 57 33 542 52 66
Binary 10111011 1011001 1100011 0 110100 101111 11011 101100010 101010 110110

Color Harmonies of #BB5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5963

Black with #BB5963

Text Example


Text Example

White with #BB5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5963; }

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

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

background-color css

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

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

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

border-color css

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

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

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