Html Css Color HEX #BD5072 Royal Heath

📋 copy color: '#BD5072'

red 189 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #BD5072

Tints of Royal Heath #BD5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 49.35%
G = 20.89%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD5072 (or 0xBD5072) is known color: Royal Heath. HEX triplet: BD, 50 and 72. RGB value is (189,80,114). Sum of RGB (Red+Green+Blue) = 189+80+114=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5072 is #42AF8D. Grayscale: #747474. Windows color (decimal): -4370318 or 7491773. OLE color: 7491773.

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

Color convert

RGB 189 80 114 -
CMYK 0 0.58 0.40 0.26
HSL 341.28º 0.45% 0.53% -
HSV(B) 341.28º 0.58% 0.74% -
XYZ 26.89 17.77 17.93 -
YUV 116.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 189 80 114 0 0.58 0.40 0.26 341.28 0.45 0.53
Hex BD 50 72 0 3A 28 1A 155 2D 35
Octal 275 120 162 0 72 50 32 525 55 65
Binary 10111101 1010000 1110010 0 111010 101000 11010 101010101 101101 110101

Color Harmonies of #BD5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5072

Black with #BD5072

Text Example


Text Example

White with #BD5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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