Html Css Color HEX #B05584 Royal Heath

📋 copy color: '#B05584'

red 176 ◦ green 85 ◦ blue 132

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

Shades of Royal Heath #B05584

Tints of Royal Heath #B05584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 44.78%
G = 21.63%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B05584 (or 0xB05584) is known color: Royal Heath. HEX triplet: B0, 55 and 84. RGB value is (176,85,132). Sum of RGB (Red+Green+Blue) = 176+85+132=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05584 is #4FAA7B. Grayscale: #757575. Windows color (decimal): -5220988 or 8672688. OLE color: 8672688.

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

Color convert

RGB 176 85 132 -
CMYK 0 0.52 0.25 0.31
HSL 329.01º 0.37% 0.51% -
HSV(B) 329.01º 0.52% 0.69% -
XYZ 25.32 17.39 23.85 -
YUV 117.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 176 85 132 0 0.52 0.25 0.31 329.01 0.37 0.51
Hex B0 55 84 0 34 19 1F 149 25 33
Octal 260 125 204 0 64 31 37 511 45 63
Binary 10110000 1010101 10000100 0 110100 11001 11111 101001001 100101 110011

Color Harmonies of #B05584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05584

Black with #B05584

Text Example


Text Example

White with #B05584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05584; }

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

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

background-color css

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

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

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

border-color css

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

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

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