Html Css Color HEX #BD446F Royal Heath

📋 copy color: '#BD446F'

red 189 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #BD446F

Tints of Royal Heath #BD446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 51.36%
G = 18.48%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD446F (or 0xBD446F) is known color: Royal Heath. HEX triplet: BD, 44 and 6F. RGB value is (189,68,111). Sum of RGB (Red+Green+Blue) = 189+68+111=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446F is #42BB90. Grayscale: #6D6D6D. Windows color (decimal): -4373393 or 7292093. OLE color: 7292093.

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

Color convert

RGB 189 68 111 -
CMYK 0 0.64 0.41 0.26
HSL 338.68º 0.48% 0.5% -
HSV(B) 338.68º 0.64% 0.74% -
XYZ 25.92 16.1 16.78 -
YUV 109.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 189 68 111 0 0.64 0.41 0.26 338.68 0.48 0.5
Hex BD 44 6F 0 40 29 1A 153 30 32
Octal 275 104 157 0 100 51 32 523 60 62
Binary 10111101 1000100 1101111 0 1000000 101001 11010 101010011 110000 110010

Color Harmonies of #BD446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD446F

Black with #BD446F

Text Example


Text Example

White with #BD446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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