Html Css Color HEX #BD4B5E Blush

📋 copy color: '#BD4B5E'

red 189 ◦ green 75 ◦ blue 94

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

Shades of Blush #BD4B5E

Tints of Blush #BD4B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 52.79%
G = 20.95%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD4B5E (or 0xBD4B5E) is known color: Blush. HEX triplet: BD, 4B and 5E. RGB value is (189,75,94). Sum of RGB (Red+Green+Blue) = 189+75+94=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B5E is #42B4A1. Grayscale: #6F6F6F. Windows color (decimal): -4371618 or 6179773. OLE color: 6179773.

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

Color convert

RGB 189 75 94 -
CMYK 0 0.60 0.50 0.26
HSL 350º 0.46% 0.52% -
HSV(B) 350º 0.6% 0.74% -
XYZ 25.52 16.66 12.46 -
YUV 111.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 189 75 94 0 0.60 0.50 0.26 350 0.46 0.52
Hex BD 4B 5E 0 3C 32 1A 15E 2E 34
Octal 275 113 136 0 74 62 32 536 56 64
Binary 10111101 1001011 1011110 0 111100 110010 11010 101011110 101110 110100

Color Harmonies of #BD4B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B5E

Black with #BD4B5E

Text Example


Text Example

White with #BD4B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B5E; }

 p { color: rgb(189,75,94); }

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

background-color css

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

 a { background-color: rgb(189,75,94); }

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

border-color css

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

 span { border-color: rgb(189,75,94); }

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