Html Css Color HEX #B04574 Royal Heath

📋 copy color: '#B04574'

red 176 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #B04574

Tints of Royal Heath #B04574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 48.75%
G = 19.11%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B04574 (or 0xB04574) is known color: Royal Heath. HEX triplet: B0, 45 and 74. RGB value is (176,69,116). Sum of RGB (Red+Green+Blue) = 176+69+116=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04574 is #4FBA8B. Grayscale: #6A6A6A. Windows color (decimal): -5225100 or 7620016. OLE color: 7620016.

HSL color Cylindrical-coordinate representation of color #B04574: hue angle of 333.64º 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 #B04574 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 116 -
CMYK 0 0.61 0.34 0.31
HSL 333.64º 0.44% 0.48% -
HSV(B) 333.64º 0.61% 0.69% -
XYZ 23.19 14.75 18.15 -
YUV 106.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 176 69 116 0 0.61 0.34 0.31 333.64 0.44 0.48
Hex B0 45 74 0 3D 22 1F 14E 2C 30
Octal 260 105 164 0 75 42 37 516 54 60
Binary 10110000 1000101 1110100 0 111101 100010 11111 101001110 101100 110000

Color Harmonies of #B04574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04574

Black with #B04574

Text Example


Text Example

White with #B04574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04574; }

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

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

background-color css

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

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

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

border-color css

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

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

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