Html Css Color HEX #B05076 Royal Heath

📋 copy color: '#B05076'

red 176 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #B05076

Tints of Royal Heath #B05076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 47.06%
G = 21.39%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B05076 (or 0xB05076) is known color: Royal Heath. HEX triplet: B0, 50 and 76. RGB value is (176,80,118). Sum of RGB (Red+Green+Blue) = 176+80+118=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05076 is #4FAF89. Grayscale: #707070. Windows color (decimal): -5222282 or 7753904. OLE color: 7753904.

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

Color convert

RGB 176 80 118 -
CMYK 0 0.55 0.33 0.31
HSL 336.25º 0.38% 0.5% -
HSV(B) 336.25º 0.55% 0.69% -
XYZ 24.04 16.28 19.01 -
YUV 113.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 176 80 118 0 0.55 0.33 0.31 336.25 0.38 0.5
Hex B0 50 76 0 37 21 1F 150 26 32
Octal 260 120 166 0 67 41 37 520 46 62
Binary 10110000 1010000 1110110 0 110111 100001 11111 101010000 100110 110010

Color Harmonies of #B05076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05076

Black with #B05076

Text Example


Text Example

White with #B05076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05076; }

 p { color: rgb(176,80,118); }

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

background-color css

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

 a { background-color: rgb(176,80,118); }

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

border-color css

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

 span { border-color: rgb(176,80,118); }

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