Html Css Color HEX #B05C81 Royal Heath

📋 copy color: '#B05C81'

red 176 ◦ green 92 ◦ blue 129

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

Shades of Royal Heath #B05C81

Tints of Royal Heath #B05C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 44.33%
G = 23.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05C81 (or 0xB05C81) is known color: Royal Heath. HEX triplet: B0, 5C and 81. RGB value is (176,92,129). Sum of RGB (Red+Green+Blue) = 176+92+129=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C81 is #4FA37E. Grayscale: #797979. Windows color (decimal): -5219199 or 8477872. OLE color: 8477872.

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

Color convert

RGB 176 92 129 -
CMYK 0 0.48 0.27 0.31
HSL 333.57º 0.35% 0.53% -
HSV(B) 333.57º 0.48% 0.69% -
XYZ 25.69 18.47 22.98 -
YUV 121.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 176 92 129 0 0.48 0.27 0.31 333.57 0.35 0.53
Hex B0 5C 81 0 30 1B 1F 14E 23 35
Octal 260 134 201 0 60 33 37 516 43 65
Binary 10110000 1011100 10000001 0 110000 11011 11111 101001110 100011 110101

Color Harmonies of #B05C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C81

Black with #B05C81

Text Example


Text Example

White with #B05C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C81; }

 p { color: rgb(176,92,129); }

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

background-color css

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

 a { background-color: rgb(176,92,129); }

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

border-color css

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

 span { border-color: rgb(176,92,129); }

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