Html Css Color HEX #BD415D Blush

📋 copy color: '#BD415D'

red 189 ◦ green 65 ◦ blue 93

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

Shades of Blush #BD415D

Tints of Blush #BD415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 54.47%
G = 18.73%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD415D (or 0xBD415D) is known color: Blush. HEX triplet: BD, 41 and 5D. RGB value is (189,65,93). Sum of RGB (Red+Green+Blue) = 189+65+93=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD415D is #42BEA2. Grayscale: #696969. Windows color (decimal): -4374179 or 6111677. OLE color: 6111677.

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

Color convert

RGB 189 65 93 -
CMYK 0 0.66 0.51 0.26
HSL 346.45º 0.49% 0.5% -
HSV(B) 346.45º 0.66% 0.74% -
XYZ 24.85 15.39 12.02 -
YUV 105.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 189 65 93 0 0.66 0.51 0.26 346.45 0.49 0.5
Hex BD 41 5D 0 42 33 1A 15A 31 32
Octal 275 101 135 0 102 63 32 532 61 62
Binary 10111101 1000001 1011101 0 1000010 110011 11010 101011010 110001 110010

Color Harmonies of #BD415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD415D

Black with #BD415D

Text Example


Text Example

White with #BD415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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