Html Css Color HEX #BD4A5F Blush

📋 copy color: '#BD4A5F'

red 189 ◦ green 74 ◦ blue 95

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

Shades of Blush #BD4A5F

Tints of Blush #BD4A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 52.79%
G = 20.67%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD4A5F (or 0xBD4A5F) is known color: Blush. HEX triplet: BD, 4A and 5F. RGB value is (189,74,95). Sum of RGB (Red+Green+Blue) = 189+74+95=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A5F is #42B5A0. Grayscale: #6E6E6E. Windows color (decimal): -4371873 or 6245053. OLE color: 6245053.

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

Color convert

RGB 189 74 95 -
CMYK 0 0.61 0.50 0.26
HSL 349.04º 0.47% 0.52% -
HSV(B) 349.04º 0.61% 0.74% -
XYZ 25.5 16.54 12.68 -
YUV 110.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 189 74 95 0 0.61 0.50 0.26 349.04 0.47 0.52
Hex BD 4A 5F 0 3D 32 1A 15D 2F 34
Octal 275 112 137 0 75 62 32 535 57 64
Binary 10111101 1001010 1011111 0 111101 110010 11010 101011101 101111 110100

Color Harmonies of #BD4A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A5F

Black with #BD4A5F

Text Example


Text Example

White with #BD4A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A5F; }

 p { color: rgb(189,74,95); }

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

background-color css

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

 a { background-color: rgb(189,74,95); }

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

border-color css

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

 span { border-color: rgb(189,74,95); }

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