Html Css Color HEX #BD4972 Royal Heath

📋 copy color: '#BD4972'

red 189 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #BD4972

Tints of Royal Heath #BD4972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 50.27%
G = 19.41%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4972 (or 0xBD4972) is known color: Royal Heath. HEX triplet: BD, 49 and 72. RGB value is (189,73,114). Sum of RGB (Red+Green+Blue) = 189+73+114=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4972 is #42B68D. Grayscale: #707070. Windows color (decimal): -4372110 or 7489981. OLE color: 7489981.

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

Color convert

RGB 189 73 114 -
CMYK 0 0.61 0.40 0.26
HSL 338.79º 0.47% 0.51% -
HSV(B) 338.79º 0.61% 0.74% -
XYZ 26.41 16.8 17.77 -
YUV 112.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 189 73 114 0 0.61 0.40 0.26 338.79 0.47 0.51
Hex BD 49 72 0 3D 28 1A 153 2F 33
Octal 275 111 162 0 75 50 32 523 57 63
Binary 10111101 1001001 1110010 0 111101 101000 11010 101010011 101111 110011

Color Harmonies of #BD4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4972

Black with #BD4972

Text Example


Text Example

White with #BD4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4972; }

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

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

background-color css

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

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

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

border-color css

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

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

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