Html Css Color HEX #B05582 Royal Heath

📋 copy color: '#B05582'

red 176 ◦ green 85 ◦ blue 130

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

Shades of Royal Heath #B05582

Tints of Royal Heath #B05582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 45.01%
G = 21.74%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05582 (or 0xB05582) is known color: Royal Heath. HEX triplet: B0, 55 and 82. RGB value is (176,85,130). Sum of RGB (Red+Green+Blue) = 176+85+130=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05582 is #4FAA7D. Grayscale: #757575. Windows color (decimal): -5220990 or 8541616. OLE color: 8541616.

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

Color convert

RGB 176 85 130 -
CMYK 0 0.52 0.26 0.31
HSL 330.33º 0.37% 0.51% -
HSV(B) 330.33º 0.52% 0.69% -
XYZ 25.18 17.34 23.14 -
YUV 117.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 176 85 130 0 0.52 0.26 0.31 330.33 0.37 0.51
Hex B0 55 82 0 34 1A 1F 14A 25 33
Octal 260 125 202 0 64 32 37 512 45 63
Binary 10110000 1010101 10000010 0 110100 11010 11111 101001010 100101 110011

Color Harmonies of #B05582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05582

Black with #B05582

Text Example


Text Example

White with #B05582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05582; }

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

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

background-color css

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

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

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

border-color css

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

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

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