Html Css Color HEX #B05877 Royal Heath

📋 copy color: '#B05877'

red 176 ◦ green 88 ◦ blue 119

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

Shades of Royal Heath #B05877

Tints of Royal Heath #B05877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 45.95%
G = 22.98%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B05877 (or 0xB05877) is known color: Royal Heath. HEX triplet: B0, 58 and 77. RGB value is (176,88,119). Sum of RGB (Red+Green+Blue) = 176+88+119=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B05877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05877 is #4FA788. Grayscale: #757575. Windows color (decimal): -5220233 or 7821488. OLE color: 7821488.

HSL color Cylindrical-coordinate representation of color #B05877: hue angle of 338.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05877 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 119 -
CMYK 0 0.50 0.32 0.31
HSL 338.86º 0.36% 0.52% -
HSV(B) 338.86º 0.5% 0.69% -
XYZ 24.72 17.54 19.54 -
YUV 117.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 176 88 119 0 0.50 0.32 0.31 338.86 0.36 0.52
Hex B0 58 77 0 32 20 1F 153 24 34
Octal 260 130 167 0 62 40 37 523 44 64
Binary 10110000 1011000 1110111 0 110010 100000 11111 101010011 100100 110100

Color Harmonies of #B05877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05877

Black with #B05877

Text Example


Text Example

White with #B05877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05877; }

 p { color: rgb(176,88,119); }

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

background-color css

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

 a { background-color: rgb(176,88,119); }

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

border-color css

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

 span { border-color: rgb(176,88,119); }

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