Html Css Color HEX #B04572 Royal Heath

📋 copy color: '#B04572'

red 176 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #B04572

Tints of Royal Heath #B04572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 49.03%
G = 19.22%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B04572 (or 0xB04572) is known color: Royal Heath. HEX triplet: B0, 45 and 72. RGB value is (176,69,114). Sum of RGB (Red+Green+Blue) = 176+69+114=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04572 is #4FBA8D. Grayscale: #6A6A6A. Windows color (decimal): -5225102 or 7488944. OLE color: 7488944.

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

Color convert

RGB 176 69 114 -
CMYK 0 0.61 0.35 0.31
HSL 334.77º 0.44% 0.48% -
HSV(B) 334.77º 0.61% 0.69% -
XYZ 23.07 14.7 17.54 -
YUV 106.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 176 69 114 0 0.61 0.35 0.31 334.77 0.44 0.48
Hex B0 45 72 0 3D 23 1F 14F 2C 30
Octal 260 105 162 0 75 43 37 517 54 60
Binary 10110000 1000101 1110010 0 111101 100011 11111 101001111 101100 110000

Color Harmonies of #B04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04572

Black with #B04572

Text Example


Text Example

White with #B04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04572; }

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

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

background-color css

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

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

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

border-color css

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

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

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