Html Css Color HEX #BD496C Royal Heath

📋 copy color: '#BD496C'

red 189 ◦ green 73 ◦ blue 108

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

Shades of Royal Heath #BD496C

Tints of Royal Heath #BD496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 51.08%
G = 19.73%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD496C (or 0xBD496C) is known color: Royal Heath. HEX triplet: BD, 49 and 6C. RGB value is (189,73,108). Sum of RGB (Red+Green+Blue) = 189+73+108=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD496C is #42B693. Grayscale: #6F6F6F. Windows color (decimal): -4372116 or 7096765. OLE color: 7096765.

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

Color convert

RGB 189 73 108 -
CMYK 0 0.61 0.43 0.26
HSL 341.9º 0.47% 0.51% -
HSV(B) 341.9º 0.61% 0.74% -
XYZ 26.08 16.67 16.03 -
YUV 111.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 189 73 108 0 0.61 0.43 0.26 341.9 0.47 0.51
Hex BD 49 6C 0 3D 2B 1A 156 2F 33
Octal 275 111 154 0 75 53 32 526 57 63
Binary 10111101 1001001 1101100 0 111101 101011 11010 101010110 101111 110011

Color Harmonies of #BD496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD496C

Black with #BD496C

Text Example


Text Example

White with #BD496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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