Html Css Color HEX #BD537C Royal Heath

📋 copy color: '#BD537C'

red 189 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #BD537C

Tints of Royal Heath #BD537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 47.73%
G = 20.96%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD537C (or 0xBD537C) is known color: Royal Heath. HEX triplet: BD, 53 and 7C. RGB value is (189,83,124). Sum of RGB (Red+Green+Blue) = 189+83+124=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537C is #42AC83. Grayscale: #777777. Windows color (decimal): -4369540 or 8147901. OLE color: 8147901.

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

Color convert

RGB 189 83 124 -
CMYK 0 0.56 0.34 0.26
HSL 336.79º 0.45% 0.53% -
HSV(B) 336.79º 0.56% 0.74% -
XYZ 27.72 18.46 21.17 -
YUV 119.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 189 83 124 0 0.56 0.34 0.26 336.79 0.45 0.53
Hex BD 53 7C 0 38 22 1A 151 2D 35
Octal 275 123 174 0 70 42 32 521 55 65
Binary 10111101 1010011 1111100 0 111000 100010 11010 101010001 101101 110101

Color Harmonies of #BD537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD537C

Black with #BD537C

Text Example


Text Example

White with #BD537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD537C; }

 p { color: rgb(189,83,124); }

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

background-color css

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

 a { background-color: rgb(189,83,124); }

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

border-color css

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

 span { border-color: rgb(189,83,124); }

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