Html Css Color HEX #B05673 Royal Heath

📋 copy color: '#B05673'

red 176 ◦ green 86 ◦ blue 115

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

Shades of Royal Heath #B05673

Tints of Royal Heath #B05673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 46.68%
G = 22.81%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05673 (or 0xB05673) is known color: Royal Heath. HEX triplet: B0, 56 and 73. RGB value is (176,86,115). Sum of RGB (Red+Green+Blue) = 176+86+115=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05673 is #4FA98C. Grayscale: #747474. Windows color (decimal): -5220749 or 7558832. OLE color: 7558832.

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

Color convert

RGB 176 86 115 -
CMYK 0 0.51 0.35 0.31
HSL 340.67º 0.36% 0.51% -
HSV(B) 340.67º 0.51% 0.69% -
XYZ 24.33 17.12 18.24 -
YUV 116.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 176 86 115 0 0.51 0.35 0.31 340.67 0.36 0.51
Hex B0 56 73 0 33 23 1F 155 24 33
Octal 260 126 163 0 63 43 37 525 44 63
Binary 10110000 1010110 1110011 0 110011 100011 11111 101010101 100100 110011

Color Harmonies of #B05673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05673

Black with #B05673

Text Example


Text Example

White with #B05673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05673; }

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

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

background-color css

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

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

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

border-color css

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

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

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