Html Css Color HEX #BD476B Royal Heath

📋 copy color: '#BD476B'

red 189 ◦ green 71 ◦ blue 107

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

Shades of Royal Heath #BD476B

Tints of Royal Heath #BD476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 51.5%
G = 19.35%
B = 29.16%

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

#BD476B (or 0xBD476B) is known color: Royal Heath. HEX triplet: BD, 47 and 6B. RGB value is (189,71,107). Sum of RGB (Red+Green+Blue) = 189+71+107=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD476B is #42B894. Grayscale: #6E6E6E. Windows color (decimal): -4372629 or 7030717. OLE color: 7030717.

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

Color convert

RGB 189 71 107 -
CMYK 0 0.62 0.43 0.26
HSL 341.69º 0.47% 0.51% -
HSV(B) 341.69º 0.62% 0.74% -
XYZ 25.89 16.39 15.71 -
YUV 110.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 189 71 107 0 0.62 0.43 0.26 341.69 0.47 0.51
Hex BD 47 6B 0 3E 2B 1A 156 2F 33
Octal 275 107 153 0 76 53 32 526 57 63
Binary 10111101 1000111 1101011 0 111110 101011 11010 101010110 101111 110011

Color Harmonies of #BD476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD476B

Black with #BD476B

Text Example


Text Example

White with #BD476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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