Html Css Color HEX #BD5964 Blush

📋 copy color: '#BD5964'

red 189 ◦ green 89 ◦ blue 100

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

Shades of Blush #BD5964

Tints of Blush #BD5964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 50%
G = 23.54%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD5964 (or 0xBD5964) is known color: Blush. HEX triplet: BD, 59 and 64. RGB value is (189,89,100). Sum of RGB (Red+Green+Blue) = 189+89+100=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5964 is #42A69B. Grayscale: #787878. Windows color (decimal): -4368028 or 6576573. OLE color: 6576573.

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

Color convert

RGB 189 89 100 -
CMYK 0 0.53 0.47 0.26
HSL 353.4º 0.43% 0.55% -
HSV(B) 353.4º 0.53% 0.74% -
XYZ 26.86 18.88 14.29 -
YUV 120.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 189 89 100 0 0.53 0.47 0.26 353.4 0.43 0.55
Hex BD 59 64 0 35 2F 1A 161 2B 37
Octal 275 131 144 0 65 57 32 541 53 67
Binary 10111101 1011001 1100100 0 110101 101111 11010 101100001 101011 110111

Color Harmonies of #BD5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5964

Black with #BD5964

Text Example


Text Example

White with #BD5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5964; }

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

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

background-color css

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

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

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

border-color css

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

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

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