Html Css Color HEX #BD4862 Blush

📋 copy color: '#BD4862'

red 189 ◦ green 72 ◦ blue 98

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

Shades of Blush #BD4862

Tints of Blush #BD4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 52.65%
G = 20.06%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD4862 (or 0xBD4862) is known color: Blush. HEX triplet: BD, 48 and 62. RGB value is (189,72,98). Sum of RGB (Red+Green+Blue) = 189+72+98=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4862 is #42B79D. Grayscale: #6D6D6D. Windows color (decimal): -4372382 or 6441149. OLE color: 6441149.

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

Color convert

RGB 189 72 98 -
CMYK 0 0.62 0.48 0.26
HSL 346.67º 0.47% 0.51% -
HSV(B) 346.67º 0.62% 0.74% -
XYZ 25.51 16.34 13.36 -
YUV 109.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 189 72 98 0 0.62 0.48 0.26 346.67 0.47 0.51
Hex BD 48 62 0 3E 30 1A 15B 2F 33
Octal 275 110 142 0 76 60 32 533 57 63
Binary 10111101 1001000 1100010 0 111110 110000 11010 101011011 101111 110011

Color Harmonies of #BD4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4862

Black with #BD4862

Text Example


Text Example

White with #BD4862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4862; }

 p { color: rgb(189,72,98); }

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

background-color css

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

 a { background-color: rgb(189,72,98); }

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

border-color css

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

 span { border-color: rgb(189,72,98); }

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