Html Css Color HEX #BD4668 Blush

📋 copy color: '#BD4668'

red 189 ◦ green 70 ◦ blue 104

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

Shades of Blush #BD4668

Tints of Blush #BD4668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 52.07%
G = 19.28%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD4668 (or 0xBD4668) is known color: Blush. HEX triplet: BD, 46 and 68. RGB value is (189,70,104). Sum of RGB (Red+Green+Blue) = 189+70+104=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4668 is #42B997. Grayscale: #6D6D6D. Windows color (decimal): -4372888 or 6833853. OLE color: 6833853.

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

Color convert

RGB 189 70 104 -
CMYK 0 0.63 0.45 0.26
HSL 342.86º 0.47% 0.51% -
HSV(B) 342.86º 0.63% 0.74% -
XYZ 25.68 16.2 14.87 -
YUV 109.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 189 70 104 0 0.63 0.45 0.26 342.86 0.47 0.51
Hex BD 46 68 0 3F 2D 1A 157 2F 33
Octal 275 106 150 0 77 55 32 527 57 63
Binary 10111101 1000110 1101000 0 111111 101101 11010 101010111 101111 110011

Color Harmonies of #BD4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4668

Black with #BD4668

Text Example


Text Example

White with #BD4668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4668; }

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

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

background-color css

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

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

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

border-color css

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

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

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