Html Css Color HEX #BD567E Royal Heath

📋 copy color: '#BD567E'

red 189 ◦ green 86 ◦ blue 126

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

Shades of Royal Heath #BD567E

Tints of Royal Heath #BD567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.45%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 47.13%
G = 21.45%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD567E (or 0xBD567E) is known color: Royal Heath. HEX triplet: BD, 56 and 7E. RGB value is (189,86,126). Sum of RGB (Red+Green+Blue) = 189+86+126=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD567E is #42A981. Grayscale: #797979. Windows color (decimal): -4368770 or 8279741. OLE color: 8279741.

HSL color Cylindrical-coordinate representation of color #BD567E: hue angle of 336.7º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD567E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 126 -
CMYK 0 0.54 0.33 0.26
HSL 336.7º 0.44% 0.54% -
HSV(B) 336.7º 0.54% 0.74% -
XYZ 28.08 18.98 21.92 -
YUV 121.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 189 86 126 0 0.54 0.33 0.26 336.7 0.44 0.54
Hex BD 56 7E 0 36 21 1A 151 2C 36
Octal 275 126 176 0 66 41 32 521 54 66
Binary 10111101 1010110 1111110 0 110110 100001 11010 101010001 101100 110110

Color Harmonies of #BD567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD567E

Black with #BD567E

Text Example


Text Example

White with #BD567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD567E; }

 p { color: rgb(189,86,126); }

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

background-color css

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

 a { background-color: rgb(189,86,126); }

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

border-color css

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

 span { border-color: rgb(189,86,126); }

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