Html Css Color HEX #BD4577 Royal Heath

📋 copy color: '#BD4577'

red 189 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #BD4577

Tints of Royal Heath #BD4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 50.13%
G = 18.3%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4577 (or 0xBD4577) is known color: Royal Heath. HEX triplet: BD, 45 and 77. RGB value is (189,69,119). Sum of RGB (Red+Green+Blue) = 189+69+119=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4577 is #42BA88. Grayscale: #6E6E6E. Windows color (decimal): -4373129 or 7816637. OLE color: 7816637.

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

Color convert

RGB 189 69 119 -
CMYK 0 0.63 0.37 0.26
HSL 335º 0.48% 0.51% -
HSV(B) 335º 0.63% 0.74% -
XYZ 26.44 16.41 19.23 -
YUV 110.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 189 69 119 0 0.63 0.37 0.26 335 0.48 0.51
Hex BD 45 77 0 3F 25 1A 14F 30 33
Octal 275 105 167 0 77 45 32 517 60 63
Binary 10111101 1000101 1110111 0 111111 100101 11010 101001111 110000 110011

Color Harmonies of #BD4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4577

Black with #BD4577

Text Example


Text Example

White with #BD4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4577; }

 p { color: rgb(189,69,119); }

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

background-color css

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

 a { background-color: rgb(189,69,119); }

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

border-color css

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

 span { border-color: rgb(189,69,119); }

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