Html Css Color HEX #B0446D Royal Heath

📋 copy color: '#B0446D'

red 176 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #B0446D

Tints of Royal Heath #B0446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 49.86%
G = 19.26%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0446D (or 0xB0446D) is known color: Royal Heath. HEX triplet: B0, 44 and 6D. RGB value is (176,68,109). Sum of RGB (Red+Green+Blue) = 176+68+109=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0446D is #4FBB92. Grayscale: #686868. Windows color (decimal): -5225363 or 7161008. OLE color: 7161008.

HSL color Cylindrical-coordinate representation of color #B0446D: hue angle of 337.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0446D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 109 -
CMYK 0 0.61 0.38 0.31
HSL 337.22º 0.44% 0.48% -
HSV(B) 337.22º 0.61% 0.69% -
XYZ 22.73 14.47 16.06 -
YUV 104.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 176 68 109 0 0.61 0.38 0.31 337.22 0.44 0.48
Hex B0 44 6D 0 3D 26 1F 151 2C 30
Octal 260 104 155 0 75 46 37 521 54 60
Binary 10110000 1000100 1101101 0 111101 100110 11111 101010001 101100 110000

Color Harmonies of #B0446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0446D

Black with #B0446D

Text Example


Text Example

White with #B0446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0446D; }

 p { color: rgb(176,68,109); }

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

background-color css

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

 a { background-color: rgb(176,68,109); }

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

border-color css

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

 span { border-color: rgb(176,68,109); }

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