Html Css Color HEX #B05873 Royal Heath

📋 copy color: '#B05873'

red 176 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #B05873

Tints of Royal Heath #B05873

RGB

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

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

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

R = 46.44%
G = 23.22%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05873 (or 0xB05873) is known color: Royal Heath. HEX triplet: B0, 58 and 73. RGB value is (176,88,115). Sum of RGB (Red+Green+Blue) = 176+88+115=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05873 is #4FA78C. Grayscale: #757575. Windows color (decimal): -5220237 or 7559344. OLE color: 7559344.

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

Color convert

RGB 176 88 115 -
CMYK 0 0.50 0.35 0.31
HSL 341.59º 0.36% 0.52% -
HSV(B) 341.59º 0.5% 0.69% -
XYZ 24.49 17.45 18.3 -
YUV 117.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 176 88 115 0 0.50 0.35 0.31 341.59 0.36 0.52
Hex B0 58 73 0 32 23 1F 156 24 34
Octal 260 130 163 0 62 43 37 526 44 64
Binary 10110000 1011000 1110011 0 110010 100011 11111 101010110 100100 110100

Color Harmonies of #B05873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05873

Black with #B05873

Text Example


Text Example

White with #B05873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05873; }

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

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

background-color css

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

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

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

border-color css

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

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

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