Html Css Color HEX #BD537F Royal Heath

📋 copy color: '#BD537F'

red 189 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #BD537F

Tints of Royal Heath #BD537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 47.37%
G = 20.8%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD537F (or 0xBD537F) is known color: Royal Heath. HEX triplet: BD, 53 and 7F. RGB value is (189,83,127). Sum of RGB (Red+Green+Blue) = 189+83+127=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537F is #42AC80. Grayscale: #777777. Windows color (decimal): -4369537 or 8344509. OLE color: 8344509.

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

Color convert

RGB 189 83 127 -
CMYK 0 0.56 0.33 0.26
HSL 335.09º 0.45% 0.53% -
HSV(B) 335.09º 0.56% 0.74% -
XYZ 27.91 18.54 22.19 -
YUV 119.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 189 83 127 0 0.56 0.33 0.26 335.09 0.45 0.53
Hex BD 53 7F 0 38 21 1A 14F 2D 35
Octal 275 123 177 0 70 41 32 517 55 65
Binary 10111101 1010011 1111111 0 111000 100001 11010 101001111 101101 110101

Color Harmonies of #BD537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD537F

Black with #BD537F

Text Example


Text Example

White with #BD537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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