Html Css Color HEX #BD5076 Royal Heath

📋 copy color: '#BD5076'

red 189 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #BD5076

Tints of Royal Heath #BD5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 48.84%
G = 20.67%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5076 (or 0xBD5076) is known color: Royal Heath. HEX triplet: BD, 50 and 76. RGB value is (189,80,118). Sum of RGB (Red+Green+Blue) = 189+80+118=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5076 is #42AF89. Grayscale: #747474. Windows color (decimal): -4370314 or 7753917. OLE color: 7753917.

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

Color convert

RGB 189 80 118 -
CMYK 0 0.58 0.38 0.26
HSL 339.08º 0.45% 0.53% -
HSV(B) 339.08º 0.58% 0.74% -
XYZ 27.12 17.86 19.16 -
YUV 116.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 189 80 118 0 0.58 0.38 0.26 339.08 0.45 0.53
Hex BD 50 76 0 3A 26 1A 153 2D 35
Octal 275 120 166 0 72 46 32 523 55 65
Binary 10111101 1010000 1110110 0 111010 100110 11010 101010011 101101 110101

Color Harmonies of #BD5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5076

Black with #BD5076

Text Example


Text Example

White with #BD5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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