Html Css Color HEX #B03D76 Royal Heath

📋 copy color: '#B03D76'

red 176 ◦ green 61 ◦ blue 118

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

Shades of Royal Heath #B03D76

Tints of Royal Heath #B03D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 49.58%
G = 17.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B03D76 (or 0xB03D76) is known color: Royal Heath. HEX triplet: B0, 3D and 76. RGB value is (176,61,118). Sum of RGB (Red+Green+Blue) = 176+61+118=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D76 is #4FC289. Grayscale: #656565. Windows color (decimal): -5227146 or 7749040. OLE color: 7749040.

HSL color Cylindrical-coordinate representation of color #B03D76: hue angle of 330.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D76 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 118 -
CMYK 0 0.65 0.33 0.31
HSL 330.26º 0.49% 0.46% -
HSV(B) 330.26º 0.65% 0.69% -
XYZ 22.84 13.88 18.61 -
YUV 101.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 176 61 118 0 0.65 0.33 0.31 330.26 0.49 0.46
Hex B0 3D 76 0 41 21 1F 14A 31 2E
Octal 260 75 166 0 101 41 37 512 61 56
Binary 10110000 111101 1110110 0 1000001 100001 11111 101001010 110001 101110

Color Harmonies of #B03D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D76

Black with #B03D76

Text Example


Text Example

White with #B03D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D76; }

 p { color: rgb(176,61,118); }

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

background-color css

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

 a { background-color: rgb(176,61,118); }

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

border-color css

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

 span { border-color: rgb(176,61,118); }

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