Html Css Color HEX #BD4663 Blush

📋 copy color: '#BD4663'

red 189 ◦ green 70 ◦ blue 99

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

Shades of Blush #BD4663

Tints of Blush #BD4663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 52.79%
G = 19.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD4663 (or 0xBD4663) is known color: Blush. HEX triplet: BD, 46 and 63. RGB value is (189,70,99). Sum of RGB (Red+Green+Blue) = 189+70+99=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4663 is #42B99C. Grayscale: #6C6C6C. Windows color (decimal): -4372893 or 6506173. OLE color: 6506173.

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

Color convert

RGB 189 70 99 -
CMYK 0 0.63 0.48 0.26
HSL 345.38º 0.47% 0.51% -
HSV(B) 345.38º 0.63% 0.74% -
XYZ 25.43 16.1 13.57 -
YUV 108.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 189 70 99 0 0.63 0.48 0.26 345.38 0.47 0.51
Hex BD 46 63 0 3F 30 1A 159 2F 33
Octal 275 106 143 0 77 60 32 531 57 63
Binary 10111101 1000110 1100011 0 111111 110000 11010 101011001 101111 110011

Color Harmonies of #BD4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4663

Black with #BD4663

Text Example


Text Example

White with #BD4663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4663; }

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

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

background-color css

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

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

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

border-color css

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

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

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