Html Css Color HEX #B05173 Royal Heath

📋 copy color: '#B05173'

red 176 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #B05173

Tints of Royal Heath #B05173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 47.31%
G = 21.77%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05173 (or 0xB05173) is known color: Royal Heath. HEX triplet: B0, 51 and 73. RGB value is (176,81,115). Sum of RGB (Red+Green+Blue) = 176+81+115=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B05173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05173 is #4FAE8C. Grayscale: #717171. Windows color (decimal): -5222029 or 7557552. OLE color: 7557552.

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

Color convert

RGB 176 81 115 -
CMYK 0 0.54 0.35 0.31
HSL 338.53º 0.38% 0.5% -
HSV(B) 338.53º 0.54% 0.69% -
XYZ 23.94 16.35 18.11 -
YUV 113.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 176 81 115 0 0.54 0.35 0.31 338.53 0.38 0.5
Hex B0 51 73 0 36 23 1F 153 26 32
Octal 260 121 163 0 66 43 37 523 46 62
Binary 10110000 1010001 1110011 0 110110 100011 11111 101010011 100110 110010

Color Harmonies of #B05173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05173

Black with #B05173

Text Example


Text Example

White with #B05173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05173; }

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

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

background-color css

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

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

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

border-color css

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

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

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