Html Css Color HEX #BD446D Royal Heath

📋 copy color: '#BD446D'

red 189 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #BD446D

Tints of Royal Heath #BD446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 51.64%
G = 18.58%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD446D (or 0xBD446D) is known color: Royal Heath. HEX triplet: BD, 44 and 6D. RGB value is (189,68,109). Sum of RGB (Red+Green+Blue) = 189+68+109=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446D is #42BB92. Grayscale: #6C6C6C. Windows color (decimal): -4373395 or 7161021. OLE color: 7161021.

HSL color Cylindrical-coordinate representation of color #BD446D: hue angle of 339.67º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD446D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 109 -
CMYK 0 0.64 0.42 0.26
HSL 339.67º 0.48% 0.5% -
HSV(B) 339.67º 0.64% 0.74% -
XYZ 25.81 16.06 16.21 -
YUV 108.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 189 68 109 0 0.64 0.42 0.26 339.67 0.48 0.5
Hex BD 44 6D 0 40 2A 1A 154 30 32
Octal 275 104 155 0 100 52 32 524 60 62
Binary 10111101 1000100 1101101 0 1000000 101010 11010 101010100 110000 110010

Color Harmonies of #BD446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD446D

Black with #BD446D

Text Example


Text Example

White with #BD446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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