Html Css Color HEX #B05572 Royal Heath

📋 copy color: '#B05572'

red 176 ◦ green 85 ◦ blue 114

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

Shades of Royal Heath #B05572

Tints of Royal Heath #B05572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 46.93%
G = 22.67%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05572 (or 0xB05572) is known color: Royal Heath. HEX triplet: B0, 55 and 72. RGB value is (176,85,114). Sum of RGB (Red+Green+Blue) = 176+85+114=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B05572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05572 is #4FAA8D. Grayscale: #737373. Windows color (decimal): -5221006 or 7493040. OLE color: 7493040.

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

Color convert

RGB 176 85 114 -
CMYK 0 0.52 0.35 0.31
HSL 340.88º 0.37% 0.51% -
HSV(B) 340.88º 0.52% 0.69% -
XYZ 24.19 16.94 17.91 -
YUV 115.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 176 85 114 0 0.52 0.35 0.31 340.88 0.37 0.51
Hex B0 55 72 0 34 23 1F 155 25 33
Octal 260 125 162 0 64 43 37 525 45 63
Binary 10110000 1010101 1110010 0 110100 100011 11111 101010101 100101 110011

Color Harmonies of #B05572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05572

Black with #B05572

Text Example


Text Example

White with #B05572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05572; }

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

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

background-color css

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

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

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

border-color css

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

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

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