Html Css Color HEX #BB596C Blush

📋 copy color: '#BB596C'

red 187 ◦ green 89 ◦ blue 108

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

Shades of Blush #BB596C

Tints of Blush #BB596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 48.7%
G = 23.18%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB596C (or 0xBB596C) is known color: Blush. HEX triplet: BB, 59 and 6C. RGB value is (187,89,108). Sum of RGB (Red+Green+Blue) = 187+89+108=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB596C is #44A693. Grayscale: #787878. Windows color (decimal): -4499092 or 7100859. OLE color: 7100859.

HSL color Cylindrical-coordinate representation of color #BB596C: hue angle of 348.37º 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 #BB596C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 108 -
CMYK 0 0.52 0.42 0.27
HSL 348.37º 0.42% 0.54% -
HSV(B) 348.37º 0.52% 0.73% -
XYZ 26.77 18.79 16.4 -
YUV 120.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 187 89 108 0 0.52 0.42 0.27 348.37 0.42 0.54
Hex BB 59 6C 0 34 2A 1B 15C 2A 36
Octal 273 131 154 0 64 52 33 534 52 66
Binary 10111011 1011001 1101100 0 110100 101010 11011 101011100 101010 110110

Color Harmonies of #BB596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB596C

Black with #BB596C

Text Example


Text Example

White with #BB596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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