Html Css Color HEX #BD425E Blush

📋 copy color: '#BD425E'

red 189 ◦ green 66 ◦ blue 94

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

Shades of Blush #BD425E

Tints of Blush #BD425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 54.15%
G = 18.91%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD425E (or 0xBD425E) is known color: Blush. HEX triplet: BD, 42 and 5E. RGB value is (189,66,94). Sum of RGB (Red+Green+Blue) = 189+66+94=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD425E is #42BDA1. Grayscale: #696969. Windows color (decimal): -4373922 or 6177469. OLE color: 6177469.

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

Color convert

RGB 189 66 94 -
CMYK 0 0.65 0.50 0.26
HSL 346.34º 0.48% 0.5% -
HSV(B) 346.34º 0.65% 0.74% -
XYZ 24.95 15.52 12.27 -
YUV 105.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 189 66 94 0 0.65 0.50 0.26 346.34 0.48 0.5
Hex BD 42 5E 0 41 32 1A 15A 30 32
Octal 275 102 136 0 101 62 32 532 60 62
Binary 10111101 1000010 1011110 0 1000001 110010 11010 101011010 110000 110010

Color Harmonies of #BD425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD425E

Black with #BD425E

Text Example


Text Example

White with #BD425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD425E; }

 p { color: rgb(189,66,94); }

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

background-color css

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

 a { background-color: rgb(189,66,94); }

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

border-color css

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

 span { border-color: rgb(189,66,94); }

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