Html Css Color HEX #BD486F Royal Heath

📋 copy color: '#BD486F'

red 189 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #BD486F

Tints of Royal Heath #BD486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 50.81%
G = 19.35%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD486F (or 0xBD486F) is known color: Royal Heath. HEX triplet: BD, 48 and 6F. RGB value is (189,72,111). Sum of RGB (Red+Green+Blue) = 189+72+111=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486F is #42B790. Grayscale: #6F6F6F. Windows color (decimal): -4372369 or 7293117. OLE color: 7293117.

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

Color convert

RGB 189 72 111 -
CMYK 0 0.62 0.41 0.26
HSL 340º 0.47% 0.51% -
HSV(B) 340º 0.62% 0.74% -
XYZ 26.17 16.6 16.86 -
YUV 111.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 189 72 111 0 0.62 0.41 0.26 340 0.47 0.51
Hex BD 48 6F 0 3E 29 1A 154 2F 33
Octal 275 110 157 0 76 51 32 524 57 63
Binary 10111101 1001000 1101111 0 111110 101001 11010 101010100 101111 110011

Color Harmonies of #BD486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD486F

Black with #BD486F

Text Example


Text Example

White with #BD486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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