Html Css Color HEX #BD526D Blush

📋 copy color: '#BD526D'

red 189 ◦ green 82 ◦ blue 109

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

Shades of Blush #BD526D

Tints of Blush #BD526D

RGB

 RED value IS 189 (74.22% from 255) = 49.74%

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

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

R = 49.74%
G = 21.58%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD526D (or 0xBD526D) is known color: Blush. HEX triplet: BD, 52 and 6D. RGB value is (189,82,109). Sum of RGB (Red+Green+Blue) = 189+82+109=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD526D is #42AD92. Grayscale: #757575. Windows color (decimal): -4369811 or 7164605. OLE color: 7164605.

HSL color Cylindrical-coordinate representation of color #BD526D: hue angle of 344.86º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD526D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 109 -
CMYK 0 0.57 0.42 0.26
HSL 344.86º 0.45% 0.53% -
HSV(B) 344.86º 0.57% 0.74% -
XYZ 26.76 17.96 16.52 -
YUV 117.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 189 82 109 0 0.57 0.42 0.26 344.86 0.45 0.53
Hex BD 52 6D 0 39 2A 1A 159 2D 35
Octal 275 122 155 0 71 52 32 531 55 65
Binary 10111101 1010010 1101101 0 111001 101010 11010 101011001 101101 110101

Color Harmonies of #BD526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD526D

Black with #BD526D

Text Example


Text Example

White with #BD526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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