Html Css Color HEX #BD446A Royal Heath

📋 copy color: '#BD446A'

red 189 ◦ green 68 ◦ blue 106

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

Shades of Royal Heath #BD446A

Tints of Royal Heath #BD446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 52.07%
G = 18.73%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD446A (or 0xBD446A) is known color: Royal Heath. HEX triplet: BD, 44 and 6A. RGB value is (189,68,106). Sum of RGB (Red+Green+Blue) = 189+68+106=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446A is #42BB95. Grayscale: #6C6C6C. Windows color (decimal): -4373398 or 6964413. OLE color: 6964413.

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

Color convert

RGB 189 68 106 -
CMYK 0 0.64 0.44 0.26
HSL 341.16º 0.48% 0.5% -
HSV(B) 341.16º 0.64% 0.74% -
XYZ 25.65 15.99 15.37 -
YUV 108.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 189 68 106 0 0.64 0.44 0.26 341.16 0.48 0.5
Hex BD 44 6A 0 40 2C 1A 155 30 32
Octal 275 104 152 0 100 54 32 525 60 62
Binary 10111101 1000100 1101010 0 1000000 101100 11010 101010101 110000 110010

Color Harmonies of #BD446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD446A

Black with #BD446A

Text Example


Text Example

White with #BD446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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