Html Css Color HEX #BD597B Royal Heath

📋 copy color: '#BD597B'

red 189 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #BD597B

Tints of Royal Heath #BD597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 47.13%
G = 22.19%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD597B (or 0xBD597B) is known color: Royal Heath. HEX triplet: BD, 59 and 7B. RGB value is (189,89,123). Sum of RGB (Red+Green+Blue) = 189+89+123=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD597B is #42A684. Grayscale: #7A7A7A. Windows color (decimal): -4368005 or 8083901. OLE color: 8083901.

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

Color convert

RGB 189 89 123 -
CMYK 0 0.53 0.35 0.26
HSL 339.6º 0.43% 0.55% -
HSV(B) 339.6º 0.53% 0.74% -
XYZ 28.13 19.39 21 -
YUV 122.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 189 89 123 0 0.53 0.35 0.26 339.6 0.43 0.55
Hex BD 59 7B 0 35 23 1A 154 2B 37
Octal 275 131 173 0 65 43 32 524 53 67
Binary 10111101 1011001 1111011 0 110101 100011 11010 101010100 101011 110111

Color Harmonies of #BD597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD597B

Black with #BD597B

Text Example


Text Example

White with #BD597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD597B; }

 p { color: rgb(189,89,123); }

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

background-color css

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

 a { background-color: rgb(189,89,123); }

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

border-color css

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

 span { border-color: rgb(189,89,123); }

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