Html Css Color HEX #BD416A Royal Heath

📋 copy color: '#BD416A'

red 189 ◦ green 65 ◦ blue 106

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

Shades of Royal Heath #BD416A

Tints of Royal Heath #BD416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 52.5%
G = 18.06%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD416A (or 0xBD416A) is known color: Royal Heath. HEX triplet: BD, 41 and 6A. RGB value is (189,65,106). Sum of RGB (Red+Green+Blue) = 189+65+106=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD416A is #42BE95. Grayscale: #6A6A6A. Windows color (decimal): -4374166 or 6963645. OLE color: 6963645.

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

Color convert

RGB 189 65 106 -
CMYK 0 0.66 0.44 0.26
HSL 340.16º 0.49% 0.5% -
HSV(B) 340.16º 0.66% 0.74% -
XYZ 25.48 15.64 15.31 -
YUV 106.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 189 65 106 0 0.66 0.44 0.26 340.16 0.49 0.5
Hex BD 41 6A 0 42 2C 1A 154 31 32
Octal 275 101 152 0 102 54 32 524 61 62
Binary 10111101 1000001 1101010 0 1000010 101100 11010 101010100 110001 110010

Color Harmonies of #BD416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD416A

Black with #BD416A

Text Example


Text Example

White with #BD416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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