Html Css Color HEX #BD486D Royal Heath

📋 copy color: '#BD486D'

red 189 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #BD486D

Tints of Royal Heath #BD486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 51.08%
G = 19.46%
B = 29.46%

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

#BD486D (or 0xBD486D) is known color: Royal Heath. HEX triplet: BD, 48 and 6D. RGB value is (189,72,109). Sum of RGB (Red+Green+Blue) = 189+72+109=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486D is #42B792. Grayscale: #6F6F6F. Windows color (decimal): -4372371 or 7162045. OLE color: 7162045.

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

Color convert

RGB 189 72 109 -
CMYK 0 0.62 0.42 0.26
HSL 341.03º 0.47% 0.51% -
HSV(B) 341.03º 0.62% 0.74% -
XYZ 26.06 16.56 16.29 -
YUV 111.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 189 72 109 0 0.62 0.42 0.26 341.03 0.47 0.51
Hex BD 48 6D 0 3E 2A 1A 155 2F 33
Octal 275 110 155 0 76 52 32 525 57 63
Binary 10111101 1001000 1101101 0 111110 101010 11010 101010101 101111 110011

Color Harmonies of #BD486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD486D

Black with #BD486D

Text Example


Text Example

White with #BD486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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