Html Css Color HEX #BD476D Royal Heath

📋 copy color: '#BD476D'

red 189 ◦ green 71 ◦ blue 109

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

Shades of Royal Heath #BD476D

Tints of Royal Heath #BD476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 51.22%
G = 19.24%
B = 29.54%

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

#BD476D (or 0xBD476D) is known color: Royal Heath. HEX triplet: BD, 47 and 6D. RGB value is (189,71,109). Sum of RGB (Red+Green+Blue) = 189+71+109=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD476D is #42B892. Grayscale: #6E6E6E. Windows color (decimal): -4372627 or 7161789. OLE color: 7161789.

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

Color convert

RGB 189 71 109 -
CMYK 0 0.62 0.42 0.26
HSL 340.68º 0.47% 0.51% -
HSV(B) 340.68º 0.62% 0.74% -
XYZ 26 16.43 16.27 -
YUV 110.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 189 71 109 0 0.62 0.42 0.26 340.68 0.47 0.51
Hex BD 47 6D 0 3E 2A 1A 155 2F 33
Octal 275 107 155 0 76 52 32 525 57 63
Binary 10111101 1000111 1101101 0 111110 101010 11010 101010101 101111 110011

Color Harmonies of #BD476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD476D

Black with #BD476D

Text Example


Text Example

White with #BD476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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