Html Css Color HEX #B0406E Royal Heath

📋 copy color: '#B0406E'

red 176 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #B0406E

Tints of Royal Heath #B0406E

RGB

 RED value IS 176 (69.14% from 255) = 50.29%

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 50.29%
G = 18.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0406E (or 0xB0406E) is known color: Royal Heath. HEX triplet: B0, 40 and 6E. RGB value is (176,64,110). Sum of RGB (Red+Green+Blue) = 176+64+110=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0406E is #4FBF91. Grayscale: #666666. Windows color (decimal): -5226386 or 7225520. OLE color: 7225520.

HSL color Cylindrical-coordinate representation of color #B0406E: hue angle of 335.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0406E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 110 -
CMYK 0 0.64 0.37 0.31
HSL 335.36º 0.47% 0.47% -
HSV(B) 335.36º 0.64% 0.69% -
XYZ 22.55 14.02 16.27 -
YUV 102.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 176 64 110 0 0.64 0.37 0.31 335.36 0.47 0.47
Hex B0 40 6E 0 40 25 1F 14F 2F 2F
Octal 260 100 156 0 100 45 37 517 57 57
Binary 10110000 1000000 1101110 0 1000000 100101 11111 101001111 101111 101111

Color Harmonies of #B0406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0406E

Black with #B0406E

Text Example


Text Example

White with #B0406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0406E; }

 p { color: rgb(176,64,110); }

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

background-color css

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

 a { background-color: rgb(176,64,110); }

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

border-color css

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

 span { border-color: rgb(176,64,110); }

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