Html Css Color HEX #BD465E Blush

📋 copy color: '#BD465E'

red 189 ◦ green 70 ◦ blue 94

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

Shades of Blush #BD465E

Tints of Blush #BD465E

RGB

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

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

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

R = 53.54%
G = 19.83%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD465E (or 0xBD465E) is known color: Blush. HEX triplet: BD, 46 and 5E. RGB value is (189,70,94). Sum of RGB (Red+Green+Blue) = 189+70+94=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465E is #42B9A1. Grayscale: #6C6C6C. Windows color (decimal): -4372898 or 6178493. OLE color: 6178493.

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

Color convert

RGB 189 70 94 -
CMYK 0 0.63 0.50 0.26
HSL 347.9º 0.47% 0.51% -
HSV(B) 347.9º 0.63% 0.74% -
XYZ 25.2 16.01 12.35 -
YUV 108.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 189 70 94 0 0.63 0.50 0.26 347.9 0.47 0.51
Hex BD 46 5E 0 3F 32 1A 15C 2F 33
Octal 275 106 136 0 77 62 32 534 57 63
Binary 10111101 1000110 1011110 0 111111 110010 11010 101011100 101111 110011

Color Harmonies of #BD465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD465E

Black with #BD465E

Text Example


Text Example

White with #BD465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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