Html Css Color HEX #BD486E Royal Heath

📋 copy color: '#BD486E'

red 189 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #BD486E

Tints of Royal Heath #BD486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 50.94%
G = 19.41%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD486E (or 0xBD486E) is known color: Royal Heath. HEX triplet: BD, 48 and 6E. RGB value is (189,72,110). Sum of RGB (Red+Green+Blue) = 189+72+110=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486E is #42B791. Grayscale: #6F6F6F. Windows color (decimal): -4372370 or 7227581. OLE color: 7227581.

HSL color Cylindrical-coordinate representation of color #BD486E: hue angle of 340.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD486E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 110 -
CMYK 0 0.62 0.42 0.26
HSL 340.51º 0.47% 0.51% -
HSV(B) 340.51º 0.62% 0.74% -
XYZ 26.12 16.58 16.58 -
YUV 111.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 189 72 110 0 0.62 0.42 0.26 340.51 0.47 0.51
Hex BD 48 6E 0 3E 2A 1A 155 2F 33
Octal 275 110 156 0 76 52 32 525 57 63
Binary 10111101 1001000 1101110 0 111110 101010 11010 101010101 101111 110011

Color Harmonies of #BD486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD486E

Black with #BD486E

Text Example


Text Example

White with #BD486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD486E; }

 p { color: rgb(189,72,110); }

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

background-color css

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

 a { background-color: rgb(189,72,110); }

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

border-color css

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

 span { border-color: rgb(189,72,110); }

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