Html Css Color HEX #B05182 Royal Heath

📋 copy color: '#B05182'

red 176 ◦ green 81 ◦ blue 130

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

Shades of Royal Heath #B05182

Tints of Royal Heath #B05182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 45.48%
G = 20.93%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05182 (or 0xB05182) is known color: Royal Heath. HEX triplet: B0, 51 and 82. RGB value is (176,81,130). Sum of RGB (Red+Green+Blue) = 176+81+130=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05182 is #4FAE7D. Grayscale: #727272. Windows color (decimal): -5222014 or 8540592. OLE color: 8540592.

HSL color Cylindrical-coordinate representation of color #B05182: hue angle of 329.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05182 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 130 -
CMYK 0 0.54 0.26 0.31
HSL 329.05º 0.38% 0.5% -
HSV(B) 329.05º 0.54% 0.69% -
XYZ 24.88 16.73 23.04 -
YUV 114.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 176 81 130 0 0.54 0.26 0.31 329.05 0.38 0.5
Hex B0 51 82 0 36 1A 1F 149 26 32
Octal 260 121 202 0 66 32 37 511 46 62
Binary 10110000 1010001 10000010 0 110110 11010 11111 101001001 100110 110010

Color Harmonies of #B05182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05182

Black with #B05182

Text Example


Text Example

White with #B05182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05182; }

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

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

background-color css

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

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

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

border-color css

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

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

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