Html Css Color HEX #BD4E68 Blush

📋 copy color: '#BD4E68'

red 189 ◦ green 78 ◦ blue 104

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

Shades of Blush #BD4E68

Tints of Blush #BD4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

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

R = 50.94%
G = 21.02%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD4E68 (or 0xBD4E68) is known color: Blush. HEX triplet: BD, 4E and 68. RGB value is (189,78,104). Sum of RGB (Red+Green+Blue) = 189+78+104=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E68 is #42B197. Grayscale: #727272. Windows color (decimal): -4370840 or 6835901. OLE color: 6835901.

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

Color convert

RGB 189 78 104 -
CMYK 0 0.59 0.45 0.26
HSL 345.95º 0.46% 0.52% -
HSV(B) 345.95º 0.59% 0.74% -
XYZ 26.21 17.27 15.05 -
YUV 114.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 189 78 104 0 0.59 0.45 0.26 345.95 0.46 0.52
Hex BD 4E 68 0 3B 2D 1A 15A 2E 34
Octal 275 116 150 0 73 55 32 532 56 64
Binary 10111101 1001110 1101000 0 111011 101101 11010 101011010 101110 110100

Color Harmonies of #BD4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E68

Black with #BD4E68

Text Example


Text Example

White with #BD4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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