Html Css Color HEX #BD4964 Blush

📋 copy color: '#BD4964'

red 189 ◦ green 73 ◦ blue 100

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

Shades of Blush #BD4964

Tints of Blush #BD4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 52.21%
G = 20.17%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD4964 (or 0xBD4964) is known color: Blush. HEX triplet: BD, 49 and 64. RGB value is (189,73,100). Sum of RGB (Red+Green+Blue) = 189+73+100=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4964 is #42B69B. Grayscale: #6E6E6E. Windows color (decimal): -4372124 or 6572477. OLE color: 6572477.

HSL color Cylindrical-coordinate representation of color #BD4964: hue angle of 346.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4964 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 100 -
CMYK 0 0.61 0.47 0.26
HSL 346.03º 0.47% 0.51% -
HSV(B) 346.03º 0.61% 0.74% -
XYZ 25.67 16.5 13.89 -
YUV 110.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 189 73 100 0 0.61 0.47 0.26 346.03 0.47 0.51
Hex BD 49 64 0 3D 2F 1A 15A 2F 33
Octal 275 111 144 0 75 57 32 532 57 63
Binary 10111101 1001001 1100100 0 111101 101111 11010 101011010 101111 110011

Color Harmonies of #BD4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4964

Black with #BD4964

Text Example


Text Example

White with #BD4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4964; }

 p { color: rgb(189,73,100); }

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

background-color css

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

 a { background-color: rgb(189,73,100); }

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

border-color css

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

 span { border-color: rgb(189,73,100); }

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