Html Css Color HEX #BD4677 Royal Heath

📋 copy color: '#BD4677'

red 189 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #BD4677

Tints of Royal Heath #BD4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 50%
G = 18.52%
B = 31.48%

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

#BD4677 (or 0xBD4677) is known color: Royal Heath. HEX triplet: BD, 46 and 77. RGB value is (189,70,119). Sum of RGB (Red+Green+Blue) = 189+70+119=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4677 is #42B988. Grayscale: #6F6F6F. Windows color (decimal): -4372873 or 7816893. OLE color: 7816893.

HSL color Cylindrical-coordinate representation of color #BD4677: hue angle of 335.29º degrees, saturation: 0.47, 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 #BD4677 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 119 -
CMYK 0 0.63 0.37 0.26
HSL 335.29º 0.47% 0.51% -
HSV(B) 335.29º 0.63% 0.74% -
XYZ 26.51 16.53 19.25 -
YUV 111.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 189 70 119 0 0.63 0.37 0.26 335.29 0.47 0.51
Hex BD 46 77 0 3F 25 1A 14F 2F 33
Octal 275 106 167 0 77 45 32 517 57 63
Binary 10111101 1000110 1110111 0 111111 100101 11010 101001111 101111 110011

Color Harmonies of #BD4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4677

Black with #BD4677

Text Example


Text Example

White with #BD4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4677; }

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

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

background-color css

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

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

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

border-color css

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

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

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