Html Css Color HEX #BD5077 Royal Heath

📋 copy color: '#BD5077'

red 189 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #BD5077

Tints of Royal Heath #BD5077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 48.71%
G = 20.62%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD5077 (or 0xBD5077) is known color: Royal Heath. HEX triplet: BD, 50 and 77. RGB value is (189,80,119). Sum of RGB (Red+Green+Blue) = 189+80+119=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5077 is #42AF88. Grayscale: #747474. Windows color (decimal): -4370313 or 7819453. OLE color: 7819453.

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

Color convert

RGB 189 80 119 -
CMYK 0 0.58 0.37 0.26
HSL 338.53º 0.45% 0.53% -
HSV(B) 338.53º 0.58% 0.74% -
XYZ 27.18 17.89 19.47 -
YUV 117.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 189 80 119 0 0.58 0.37 0.26 338.53 0.45 0.53
Hex BD 50 77 0 3A 25 1A 153 2D 35
Octal 275 120 167 0 72 45 32 523 55 65
Binary 10111101 1010000 1110111 0 111010 100101 11010 101010011 101101 110101

Color Harmonies of #BD5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5077

Black with #BD5077

Text Example


Text Example

White with #BD5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5077; }

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

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

background-color css

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

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

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

border-color css

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

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

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