Html Css Color HEX #B03874 Royal Heath

📋 copy color: '#B03874'

red 176 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #B03874

Tints of Royal Heath #B03874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 50.57%
G = 16.09%
B = 33.33%

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

#B03874 (or 0xB03874) is known color: Royal Heath. HEX triplet: B0, 38 and 74. RGB value is (176,56,116). Sum of RGB (Red+Green+Blue) = 176+56+116=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B03874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03874 is #4FC78B. Grayscale: #626262. Windows color (decimal): -5228428 or 7616688. OLE color: 7616688.

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

Color convert

RGB 176 56 116 -
CMYK 0 0.68 0.34 0.31
HSL 330º 0.52% 0.45% -
HSV(B) 330º 0.68% 0.69% -
XYZ 22.47 13.32 17.91 -
YUV 98.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 176 56 116 0 0.68 0.34 0.31 330 0.52 0.45
Hex B0 38 74 0 44 22 1F 14A 34 2D
Octal 260 70 164 0 104 42 37 512 64 55
Binary 10110000 111000 1110100 0 1000100 100010 11111 101001010 110100 101101

Color Harmonies of #B03874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03874

Black with #B03874

Text Example


Text Example

White with #B03874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03874; }

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

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

background-color css

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

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

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

border-color css

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

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

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