Html Css Color HEX #B05677 Royal Heath

📋 copy color: '#B05677'

red 176 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #B05677

Tints of Royal Heath #B05677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

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

R = 46.19%
G = 22.57%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B05677 (or 0xB05677) is known color: Royal Heath. HEX triplet: B0, 56 and 77. RGB value is (176,86,119). Sum of RGB (Red+Green+Blue) = 176+86+119=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05677 is #4FA988. Grayscale: #747474. Windows color (decimal): -5220745 or 7820976. OLE color: 7820976.

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

Color convert

RGB 176 86 119 -
CMYK 0 0.51 0.32 0.31
HSL 338º 0.36% 0.51% -
HSV(B) 338º 0.51% 0.69% -
XYZ 24.56 17.22 19.48 -
YUV 116.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 176 86 119 0 0.51 0.32 0.31 338 0.36 0.51
Hex B0 56 77 0 33 20 1F 152 24 33
Octal 260 126 167 0 63 40 37 522 44 63
Binary 10110000 1010110 1110111 0 110011 100000 11111 101010010 100100 110011

Color Harmonies of #B05677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05677

Black with #B05677

Text Example


Text Example

White with #B05677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05677; }

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

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

background-color css

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

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

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

border-color css

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

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

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