Html Css Color HEX #BD5372 Royal Heath

📋 copy color: '#BD5372'

red 189 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #BD5372

Tints of Royal Heath #BD5372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 48.96%
G = 21.5%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD5372 (or 0xBD5372) is known color: Royal Heath. HEX triplet: BD, 53 and 72. RGB value is (189,83,114). Sum of RGB (Red+Green+Blue) = 189+83+114=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5372 is #42AC8D. Grayscale: #767676. Windows color (decimal): -4369550 or 7492541. OLE color: 7492541.

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

Color convert

RGB 189 83 114 -
CMYK 0 0.56 0.40 0.26
HSL 342.45º 0.45% 0.53% -
HSV(B) 342.45º 0.56% 0.74% -
XYZ 27.12 18.22 18.01 -
YUV 118.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 189 83 114 0 0.56 0.40 0.26 342.45 0.45 0.53
Hex BD 53 72 0 38 28 1A 156 2D 35
Octal 275 123 162 0 70 50 32 526 55 65
Binary 10111101 1010011 1110010 0 111000 101000 11010 101010110 101101 110101

Color Harmonies of #BD5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5372

Black with #BD5372

Text Example


Text Example

White with #BD5372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5372; }

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

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

background-color css

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

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

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

border-color css

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

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

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