Html Css Color HEX #BD4D63 Blush

📋 copy color: '#BD4D63'

red 189 ◦ green 77 ◦ blue 99

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

Shades of Blush #BD4D63

Tints of Blush #BD4D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 51.78%
G = 21.1%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD4D63 (or 0xBD4D63) is known color: Blush. HEX triplet: BD, 4D and 63. RGB value is (189,77,99). Sum of RGB (Red+Green+Blue) = 189+77+99=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D63 is #42B29C. Grayscale: #717171. Windows color (decimal): -4371101 or 6507965. OLE color: 6507965.

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

Color convert

RGB 189 77 99 -
CMYK 0 0.59 0.48 0.26
HSL 348.21º 0.46% 0.52% -
HSV(B) 348.21º 0.59% 0.74% -
XYZ 25.89 17.03 13.73 -
YUV 113 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 189 77 99 0 0.59 0.48 0.26 348.21 0.46 0.52
Hex BD 4D 63 0 3B 30 1A 15C 2E 34
Octal 275 115 143 0 73 60 32 534 56 64
Binary 10111101 1001101 1100011 0 111011 110000 11010 101011100 101110 110100

Color Harmonies of #BD4D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D63

Black with #BD4D63

Text Example


Text Example

White with #BD4D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D63; }

 p { color: rgb(189,77,99); }

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

background-color css

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

 a { background-color: rgb(189,77,99); }

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

border-color css

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

 span { border-color: rgb(189,77,99); }

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