Html Css Color HEX #BD406C Royal Heath

📋 copy color: '#BD406C'

red 189 ◦ green 64 ◦ blue 108

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

Shades of Royal Heath #BD406C

Tints of Royal Heath #BD406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 52.35%
G = 17.73%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD406C (or 0xBD406C) is known color: Royal Heath. HEX triplet: BD, 40 and 6C. RGB value is (189,64,108). Sum of RGB (Red+Green+Blue) = 189+64+108=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD406C is #42BF93. Grayscale: #6A6A6A. Windows color (decimal): -4374420 or 7094461. OLE color: 7094461.

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

Color convert

RGB 189 64 108 -
CMYK 0 0.66 0.43 0.26
HSL 338.88º 0.49% 0.5% -
HSV(B) 338.88º 0.66% 0.74% -
XYZ 25.53 15.57 15.85 -
YUV 106.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 189 64 108 0 0.66 0.43 0.26 338.88 0.49 0.5
Hex BD 40 6C 0 42 2B 1A 153 31 32
Octal 275 100 154 0 102 53 32 523 61 62
Binary 10111101 1000000 1101100 0 1000010 101011 11010 101010011 110001 110010

Color Harmonies of #BD406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD406C

Black with #BD406C

Text Example


Text Example

White with #BD406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD406C; }

 p { color: rgb(189,64,108); }

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

background-color css

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

 a { background-color: rgb(189,64,108); }

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

border-color css

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

 span { border-color: rgb(189,64,108); }

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