Html Css Color HEX #B03974 Royal Heath

📋 copy color: '#B03974'

red 176 ◦ green 57 ◦ blue 116

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

Shades of Royal Heath #B03974

Tints of Royal Heath #B03974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 50.43%
G = 16.33%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B03974 (or 0xB03974) is known color: Royal Heath. HEX triplet: B0, 39 and 74. RGB value is (176,57,116). Sum of RGB (Red+Green+Blue) = 176+57+116=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B03974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03974 is #4FC68B. Grayscale: #636363. Windows color (decimal): -5228172 or 7616944. OLE color: 7616944.

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

Color convert

RGB 176 57 116 -
CMYK 0 0.68 0.34 0.31
HSL 330.25º 0.51% 0.46% -
HSV(B) 330.25º 0.68% 0.69% -
XYZ 22.52 13.42 17.93 -
YUV 99.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 176 57 116 0 0.68 0.34 0.31 330.25 0.51 0.46
Hex B0 39 74 0 44 22 1F 14A 33 2E
Octal 260 71 164 0 104 42 37 512 63 56
Binary 10110000 111001 1110100 0 1000100 100010 11111 101001010 110011 101110

Color Harmonies of #B03974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03974

Black with #B03974

Text Example


Text Example

White with #B03974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03974; }

 p { color: rgb(176,57,116); }

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

background-color css

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

 a { background-color: rgb(176,57,116); }

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

border-color css

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

 span { border-color: rgb(176,57,116); }

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