Html Css Color HEX #BD5062 Blush

📋 copy color: '#BD5062'

red 189 ◦ green 80 ◦ blue 98

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

Shades of Blush #BD5062

Tints of Blush #BD5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 51.5%
G = 21.8%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD5062 (or 0xBD5062) is known color: Blush. HEX triplet: BD, 50 and 62. RGB value is (189,80,98). Sum of RGB (Red+Green+Blue) = 189+80+98=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5062 is #42AF9D. Grayscale: #727272. Windows color (decimal): -4370334 or 6443197. OLE color: 6443197.

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

Color convert

RGB 189 80 98 -
CMYK 0 0.58 0.48 0.26
HSL 350.09º 0.45% 0.53% -
HSV(B) 350.09º 0.58% 0.74% -
XYZ 26.06 17.44 13.55 -
YUV 114.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 189 80 98 0 0.58 0.48 0.26 350.09 0.45 0.53
Hex BD 50 62 0 3A 30 1A 15E 2D 35
Octal 275 120 142 0 72 60 32 536 55 65
Binary 10111101 1010000 1100010 0 111010 110000 11010 101011110 101101 110101

Color Harmonies of #BD5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5062

Black with #BD5062

Text Example


Text Example

White with #BD5062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5062; }

 p { color: rgb(189,80,98); }

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

background-color css

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

 a { background-color: rgb(189,80,98); }

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

border-color css

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

 span { border-color: rgb(189,80,98); }

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