Html Css Color HEX #BB526D Blush

📋 copy color: '#BB526D'

red 187 ◦ green 82 ◦ blue 109

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

Shades of Blush #BB526D

Tints of Blush #BB526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 49.47%
G = 21.69%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB526D (or 0xBB526D) is known color: Blush. HEX triplet: BB, 52 and 6D. RGB value is (187,82,109). Sum of RGB (Red+Green+Blue) = 187+82+109=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB526D is #44AD92. Grayscale: #747474. Windows color (decimal): -4500883 or 7164603. OLE color: 7164603.

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

Color convert

RGB 187 82 109 -
CMYK 0 0.56 0.42 0.27
HSL 344.57º 0.44% 0.53% -
HSV(B) 344.57º 0.56% 0.73% -
XYZ 26.27 17.7 16.5 -
YUV 116.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 187 82 109 0 0.56 0.42 0.27 344.57 0.44 0.53
Hex BB 52 6D 0 38 2A 1B 159 2C 35
Octal 273 122 155 0 70 52 33 531 54 65
Binary 10111011 1010010 1101101 0 111000 101010 11011 101011001 101100 110101

Color Harmonies of #BB526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB526D

Black with #BB526D

Text Example


Text Example

White with #BB526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB526D; }

 p { color: rgb(187,82,109); }

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

background-color css

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

 a { background-color: rgb(187,82,109); }

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

border-color css

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

 span { border-color: rgb(187,82,109); }

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