Html Css Color HEX #BB526B Blush

📋 copy color: '#BB526B'

red 187 ◦ green 82 ◦ blue 107

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

Shades of Blush #BB526B

Tints of Blush #BB526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 49.73%
G = 21.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB526B (or 0xBB526B) is known color: Blush. HEX triplet: BB, 52 and 6B. RGB value is (187,82,107). Sum of RGB (Red+Green+Blue) = 187+82+107=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB526B is #44AD94. Grayscale: #747474. Windows color (decimal): -4500885 or 7033531. OLE color: 7033531.

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

Color convert

RGB 187 82 107 -
CMYK 0 0.56 0.43 0.27
HSL 345.71º 0.44% 0.53% -
HSV(B) 345.71º 0.56% 0.73% -
XYZ 26.16 17.66 15.94 -
YUV 116.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 187 82 107 0 0.56 0.43 0.27 345.71 0.44 0.53
Hex BB 52 6B 0 38 2B 1B 15A 2C 35
Octal 273 122 153 0 70 53 33 532 54 65
Binary 10111011 1010010 1101011 0 111000 101011 11011 101011010 101100 110101

Color Harmonies of #BB526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB526B

Black with #BB526B

Text Example


Text Example

White with #BB526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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