Html Css Color HEX #BD5270 Blush

📋 copy color: '#BD5270'

red 189 ◦ green 82 ◦ blue 112

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

Shades of Blush #BD5270

Tints of Blush #BD5270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 49.35%
G = 21.41%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD5270 (or 0xBD5270) is known color: Blush. HEX triplet: BD, 52 and 70. RGB value is (189,82,112). Sum of RGB (Red+Green+Blue) = 189+82+112=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5270 is #42AD8F. Grayscale: #757575. Windows color (decimal): -4369808 or 7361213. OLE color: 7361213.

HSL color Cylindrical-coordinate representation of color #BD5270: hue angle of 343.18º 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 #BD5270 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 112 -
CMYK 0 0.57 0.41 0.26
HSL 343.18º 0.45% 0.53% -
HSV(B) 343.18º 0.57% 0.74% -
XYZ 26.93 18.02 17.39 -
YUV 117.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 189 82 112 0 0.57 0.41 0.26 343.18 0.45 0.53
Hex BD 52 70 0 39 29 1A 157 2D 35
Octal 275 122 160 0 71 51 32 527 55 65
Binary 10111101 1010010 1110000 0 111001 101001 11010 101010111 101101 110101

Color Harmonies of #BD5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5270

Black with #BD5270

Text Example


Text Example

White with #BD5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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