Html Css Color HEX #B05A83 Royal Heath

📋 copy color: '#B05A83'

red 176 ◦ green 90 ◦ blue 131

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

Shades of Royal Heath #B05A83

Tints of Royal Heath #B05A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 44.33%
G = 22.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05A83 (or 0xB05A83) is known color: Royal Heath. HEX triplet: B0, 5A and 83. RGB value is (176,90,131). Sum of RGB (Red+Green+Blue) = 176+90+131=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A83 is #4FA57C. Grayscale: #787878. Windows color (decimal): -5219709 or 8608432. OLE color: 8608432.

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

Color convert

RGB 176 90 131 -
CMYK 0 0.49 0.26 0.31
HSL 331.4º 0.35% 0.52% -
HSV(B) 331.4º 0.49% 0.69% -
XYZ 25.66 18.18 23.63 -
YUV 120.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 176 90 131 0 0.49 0.26 0.31 331.4 0.35 0.52
Hex B0 5A 83 0 31 1A 1F 14B 23 34
Octal 260 132 203 0 61 32 37 513 43 64
Binary 10110000 1011010 10000011 0 110001 11010 11111 101001011 100011 110100

Color Harmonies of #B05A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A83

Black with #B05A83

Text Example


Text Example

White with #B05A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A83; }

 p { color: rgb(176,90,131); }

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

background-color css

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

 a { background-color: rgb(176,90,131); }

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

border-color css

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

 span { border-color: rgb(176,90,131); }

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