Html Css Color HEX #BD5462 Blush

📋 copy color: '#BD5462'

red 189 ◦ green 84 ◦ blue 98

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

Shades of Blush #BD5462

Tints of Blush #BD5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 50.94%
G = 22.64%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD5462 (or 0xBD5462) is known color: Blush. HEX triplet: BD, 54 and 62. RGB value is (189,84,98). Sum of RGB (Red+Green+Blue) = 189+84+98=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5462 is #42AB9D. Grayscale: #757575. Windows color (decimal): -4369310 or 6444221. OLE color: 6444221.

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

Color convert

RGB 189 84 98 -
CMYK 0 0.56 0.48 0.26
HSL 352º 0.44% 0.54% -
HSV(B) 352º 0.56% 0.74% -
XYZ 26.36 18.04 13.65 -
YUV 116.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 189 84 98 0 0.56 0.48 0.26 352 0.44 0.54
Hex BD 54 62 0 38 30 1A 160 2C 36
Octal 275 124 142 0 70 60 32 540 54 66
Binary 10111101 1010100 1100010 0 111000 110000 11010 101100000 101100 110110

Color Harmonies of #BD5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5462

Black with #BD5462

Text Example


Text Example

White with #BD5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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