Html Css Color HEX #BD465D Blush

📋 copy color: '#BD465D'

red 189 ◦ green 70 ◦ blue 93

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

Shades of Blush #BD465D

Tints of Blush #BD465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 53.69%
G = 19.89%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD465D (or 0xBD465D) is known color: Blush. HEX triplet: BD, 46 and 5D. RGB value is (189,70,93). Sum of RGB (Red+Green+Blue) = 189+70+93=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465D is #42B9A2. Grayscale: #6C6C6C. Windows color (decimal): -4372899 or 6112957. OLE color: 6112957.

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

Color convert

RGB 189 70 93 -
CMYK 0 0.63 0.51 0.26
HSL 348.4º 0.47% 0.51% -
HSV(B) 348.4º 0.63% 0.74% -
XYZ 25.15 15.99 12.12 -
YUV 108.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 189 70 93 0 0.63 0.51 0.26 348.4 0.47 0.51
Hex BD 46 5D 0 3F 33 1A 15C 2F 33
Octal 275 106 135 0 77 63 32 534 57 63
Binary 10111101 1000110 1011101 0 111111 110011 11010 101011100 101111 110011

Color Harmonies of #BD465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD465D

Black with #BD465D

Text Example


Text Example

White with #BD465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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