Html Css Color HEX #BD4468 Blush

📋 copy color: '#BD4468'

red 189 ◦ green 68 ◦ blue 104

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

Shades of Blush #BD4468

Tints of Blush #BD4468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 52.35%
G = 18.84%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD4468 (or 0xBD4468) is known color: Blush. HEX triplet: BD, 44 and 68. RGB value is (189,68,104). Sum of RGB (Red+Green+Blue) = 189+68+104=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4468 is #42BB97. Grayscale: #6C6C6C. Windows color (decimal): -4373400 or 6833341. OLE color: 6833341.

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

Color convert

RGB 189 68 104 -
CMYK 0 0.64 0.45 0.26
HSL 342.15º 0.48% 0.5% -
HSV(B) 342.15º 0.64% 0.74% -
XYZ 25.55 15.95 14.83 -
YUV 108.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 189 68 104 0 0.64 0.45 0.26 342.15 0.48 0.5
Hex BD 44 68 0 40 2D 1A 156 30 32
Octal 275 104 150 0 100 55 32 526 60 62
Binary 10111101 1000100 1101000 0 1000000 101101 11010 101010110 110000 110010

Color Harmonies of #BD4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4468

Black with #BD4468

Text Example


Text Example

White with #BD4468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4468; }

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

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

background-color css

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

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

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

border-color css

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

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

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