Html Css Color HEX #BD537A Royal Heath

📋 copy color: '#BD537A'

red 189 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #BD537A

Tints of Royal Heath #BD537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 47.97%
G = 21.07%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD537A (or 0xBD537A) is known color: Royal Heath. HEX triplet: BD, 53 and 7A. RGB value is (189,83,122). Sum of RGB (Red+Green+Blue) = 189+83+122=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537A is #42AC85. Grayscale: #777777. Windows color (decimal): -4369542 or 8016829. OLE color: 8016829.

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

Color convert

RGB 189 83 122 -
CMYK 0 0.56 0.35 0.26
HSL 337.92º 0.45% 0.53% -
HSV(B) 337.92º 0.56% 0.74% -
XYZ 27.59 18.41 20.51 -
YUV 119.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 189 83 122 0 0.56 0.35 0.26 337.92 0.45 0.53
Hex BD 53 7A 0 38 23 1A 152 2D 35
Octal 275 123 172 0 70 43 32 522 55 65
Binary 10111101 1010011 1111010 0 111000 100011 11010 101010010 101101 110101

Color Harmonies of #BD537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD537A

Black with #BD537A

Text Example


Text Example

White with #BD537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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