Html Css Color HEX #B05976 Royal Heath

📋 copy color: '#B05976'

red 176 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #B05976

Tints of Royal Heath #B05976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 45.95%
G = 23.24%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B05976 (or 0xB05976) is known color: Royal Heath. HEX triplet: B0, 59 and 76. RGB value is (176,89,118). Sum of RGB (Red+Green+Blue) = 176+89+118=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B05976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05976 is #4FA689. Grayscale: #767676. Windows color (decimal): -5219978 or 7756208. OLE color: 7756208.

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

Color convert

RGB 176 89 118 -
CMYK 0 0.49 0.33 0.31
HSL 340º 0.36% 0.52% -
HSV(B) 340º 0.49% 0.69% -
XYZ 24.75 17.68 19.25 -
YUV 118.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 176 89 118 0 0.49 0.33 0.31 340 0.36 0.52
Hex B0 59 76 0 31 21 1F 154 24 34
Octal 260 131 166 0 61 41 37 524 44 64
Binary 10110000 1011001 1110110 0 110001 100001 11111 101010100 100100 110100

Color Harmonies of #B05976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05976

Black with #B05976

Text Example


Text Example

White with #B05976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05976; }

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

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

background-color css

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

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

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

border-color css

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

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

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