Html Css Color HEX #BD4874 Royal Heath

📋 copy color: '#BD4874'

red 189 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #BD4874

Tints of Royal Heath #BD4874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 50.13%
G = 19.1%
B = 30.77%

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

#BD4874 (or 0xBD4874) is known color: Royal Heath. HEX triplet: BD, 48 and 74. RGB value is (189,72,116). Sum of RGB (Red+Green+Blue) = 189+72+116=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4874 is #42B78B. Grayscale: #6F6F6F. Windows color (decimal): -4372364 or 7620797. OLE color: 7620797.

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

Color convert

RGB 189 72 116 -
CMYK 0 0.62 0.39 0.26
HSL 337.44º 0.47% 0.51% -
HSV(B) 337.44º 0.62% 0.74% -
XYZ 26.46 16.71 18.35 -
YUV 112 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 189 72 116 0 0.62 0.39 0.26 337.44 0.47 0.51
Hex BD 48 74 0 3E 27 1A 151 2F 33
Octal 275 110 164 0 76 47 32 521 57 63
Binary 10111101 1001000 1110100 0 111110 100111 11010 101010001 101111 110011

Color Harmonies of #BD4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4874

Black with #BD4874

Text Example


Text Example

White with #BD4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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