Html Css Color HEX #BD4F73 Royal Heath

📋 copy color: '#BD4F73'

red 189 ◦ green 79 ◦ blue 115

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

Shades of Royal Heath #BD4F73

Tints of Royal Heath #BD4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 49.35%
G = 20.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD4F73 (or 0xBD4F73) is known color: Royal Heath. HEX triplet: BD, 4F and 73. RGB value is (189,79,115). Sum of RGB (Red+Green+Blue) = 189+79+115=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F73 is #42B08C. Grayscale: #737373. Windows color (decimal): -4370573 or 7557053. OLE color: 7557053.

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

Color convert

RGB 189 79 115 -
CMYK 0 0.58 0.39 0.26
HSL 340.36º 0.45% 0.53% -
HSV(B) 340.36º 0.58% 0.74% -
XYZ 26.88 17.65 18.21 -
YUV 115.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 189 79 115 0 0.58 0.39 0.26 340.36 0.45 0.53
Hex BD 4F 73 0 3A 27 1A 154 2D 35
Octal 275 117 163 0 72 47 32 524 55 65
Binary 10111101 1001111 1110011 0 111010 100111 11010 101010100 101101 110101

Color Harmonies of #BD4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F73

Black with #BD4F73

Text Example


Text Example

White with #BD4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F73; }

 p { color: rgb(189,79,115); }

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

background-color css

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

 a { background-color: rgb(189,79,115); }

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

border-color css

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

 span { border-color: rgb(189,79,115); }

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