Html Css Color HEX #B05A78 Royal Heath

📋 copy color: '#B05A78'

red 176 ◦ green 90 ◦ blue 120

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

Shades of Royal Heath #B05A78

Tints of Royal Heath #B05A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 45.6%
G = 23.32%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B05A78 (or 0xB05A78) is known color: Royal Heath. HEX triplet: B0, 5A and 78. RGB value is (176,90,120). Sum of RGB (Red+Green+Blue) = 176+90+120=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A78 is #4FA587. Grayscale: #777777. Windows color (decimal): -5219720 or 7887536. OLE color: 7887536.

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

Color convert

RGB 176 90 120 -
CMYK 0 0.49 0.32 0.31
HSL 339.07º 0.35% 0.52% -
HSV(B) 339.07º 0.49% 0.69% -
XYZ 24.95 17.9 19.91 -
YUV 119.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 176 90 120 0 0.49 0.32 0.31 339.07 0.35 0.52
Hex B0 5A 78 0 31 20 1F 153 23 34
Octal 260 132 170 0 61 40 37 523 43 64
Binary 10110000 1011010 1111000 0 110001 100000 11111 101010011 100011 110100

Color Harmonies of #B05A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A78

Black with #B05A78

Text Example


Text Example

White with #B05A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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