Html Css Color HEX #BD486C Royal Heath

📋 copy color: '#BD486C'

red 189 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #BD486C

Tints of Royal Heath #BD486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 51.22%
G = 19.51%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD486C (or 0xBD486C) is known color: Royal Heath. HEX triplet: BD, 48 and 6C. RGB value is (189,72,108). Sum of RGB (Red+Green+Blue) = 189+72+108=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486C is #42B793. Grayscale: #6F6F6F. Windows color (decimal): -4372372 or 7096509. OLE color: 7096509.

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

Color convert

RGB 189 72 108 -
CMYK 0 0.62 0.43 0.26
HSL 341.54º 0.47% 0.51% -
HSV(B) 341.54º 0.62% 0.74% -
XYZ 26.01 16.54 16.01 -
YUV 111.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 189 72 108 0 0.62 0.43 0.26 341.54 0.47 0.51
Hex BD 48 6C 0 3E 2B 1A 156 2F 33
Octal 275 110 154 0 76 53 32 526 57 63
Binary 10111101 1001000 1101100 0 111110 101011 11010 101010110 101111 110011

Color Harmonies of #BD486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD486C

Black with #BD486C

Text Example


Text Example

White with #BD486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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