Html Css Color HEX #BD425D Blush

📋 copy color: '#BD425D'

red 189 ◦ green 66 ◦ blue 93

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

Shades of Blush #BD425D

Tints of Blush #BD425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 54.31%
G = 18.97%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD425D (or 0xBD425D) is known color: Blush. HEX triplet: BD, 42 and 5D. RGB value is (189,66,93). Sum of RGB (Red+Green+Blue) = 189+66+93=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD425D is #42BDA2. Grayscale: #696969. Windows color (decimal): -4373923 or 6111933. OLE color: 6111933.

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

Color convert

RGB 189 66 93 -
CMYK 0 0.65 0.51 0.26
HSL 346.83º 0.48% 0.5% -
HSV(B) 346.83º 0.65% 0.74% -
XYZ 24.91 15.51 12.04 -
YUV 105.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 189 66 93 0 0.65 0.51 0.26 346.83 0.48 0.5
Hex BD 42 5D 0 41 33 1A 15B 30 32
Octal 275 102 135 0 101 63 32 533 60 62
Binary 10111101 1000010 1011101 0 1000001 110011 11010 101011011 110000 110010

Color Harmonies of #BD425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD425D

Black with #BD425D

Text Example


Text Example

White with #BD425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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