Html Css Color HEX #BD537B Royal Heath

📋 copy color: '#BD537B'

red 189 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #BD537B

Tints of Royal Heath #BD537B

RGB

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

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

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

R = 47.85%
G = 21.01%
B = 31.14%

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

#BD537B (or 0xBD537B) is known color: Royal Heath. HEX triplet: BD, 53 and 7B. RGB value is (189,83,123). Sum of RGB (Red+Green+Blue) = 189+83+123=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537B is #42AC84. Grayscale: #777777. Windows color (decimal): -4369541 or 8082365. OLE color: 8082365.

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

Color convert

RGB 189 83 123 -
CMYK 0 0.56 0.35 0.26
HSL 337.36º 0.45% 0.53% -
HSV(B) 337.36º 0.56% 0.74% -
XYZ 27.65 18.44 20.84 -
YUV 119.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 189 83 123 0 0.56 0.35 0.26 337.36 0.45 0.53
Hex BD 53 7B 0 38 23 1A 151 2D 35
Octal 275 123 173 0 70 43 32 521 55 65
Binary 10111101 1010011 1111011 0 111000 100011 11010 101010001 101101 110101

Color Harmonies of #BD537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD537B

Black with #BD537B

Text Example


Text Example

White with #BD537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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