Html Css Color HEX #BD4965 Blush

📋 copy color: '#BD4965'

red 189 ◦ green 73 ◦ blue 101

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

Shades of Blush #BD4965

Tints of Blush #BD4965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 52.07%
G = 20.11%
B = 27.82%

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

#BD4965 (or 0xBD4965) is known color: Blush. HEX triplet: BD, 49 and 65. RGB value is (189,73,101). Sum of RGB (Red+Green+Blue) = 189+73+101=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4965 is #42B69A. Grayscale: #6E6E6E. Windows color (decimal): -4372123 or 6638013. OLE color: 6638013.

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

Color convert

RGB 189 73 101 -
CMYK 0 0.61 0.47 0.26
HSL 345.52º 0.47% 0.51% -
HSV(B) 345.52º 0.61% 0.74% -
XYZ 25.72 16.52 14.15 -
YUV 110.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 189 73 101 0 0.61 0.47 0.26 345.52 0.47 0.51
Hex BD 49 65 0 3D 2F 1A 15A 2F 33
Octal 275 111 145 0 75 57 32 532 57 63
Binary 10111101 1001001 1100101 0 111101 101111 11010 101011010 101111 110011

Color Harmonies of #BD4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4965

Black with #BD4965

Text Example


Text Example

White with #BD4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4965; }

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

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

background-color css

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

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

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

border-color css

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

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

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