Html Css Color HEX #BD4873 Royal Heath

📋 copy color: '#BD4873'

red 189 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #BD4873

Tints of Royal Heath #BD4873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 50.27%
G = 19.15%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD4873 (or 0xBD4873) is known color: Royal Heath. HEX triplet: BD, 48 and 73. RGB value is (189,72,115). Sum of RGB (Red+Green+Blue) = 189+72+115=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4873 is #42B78C. Grayscale: #6F6F6F. Windows color (decimal): -4372365 or 7555261. OLE color: 7555261.

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

Color convert

RGB 189 72 115 -
CMYK 0 0.62 0.39 0.26
HSL 337.95º 0.47% 0.51% -
HSV(B) 337.95º 0.62% 0.74% -
XYZ 26.4 16.69 18.05 -
YUV 111.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 189 72 115 0 0.62 0.39 0.26 337.95 0.47 0.51
Hex BD 48 73 0 3E 27 1A 152 2F 33
Octal 275 110 163 0 76 47 32 522 57 63
Binary 10111101 1001000 1110011 0 111110 100111 11010 101010010 101111 110011

Color Harmonies of #BD4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4873

Black with #BD4873

Text Example


Text Example

White with #BD4873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4873; }

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

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

background-color css

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

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

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

border-color css

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

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

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