Html Css Color HEX #B35873 Royal Heath

📋 copy color: '#B35873'

red 179 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #B35873

Tints of Royal Heath #B35873

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

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

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

R = 46.86%
G = 23.04%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B35873 (or 0xB35873) is known color: Royal Heath. HEX triplet: B3, 58 and 73. RGB value is (179,88,115). Sum of RGB (Red+Green+Blue) = 179+88+115=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B35873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35873 is #4CA78C. Grayscale: #767676. Windows color (decimal): -5023629 or 7559347. OLE color: 7559347.

HSL color Cylindrical-coordinate representation of color #B35873: hue angle of 342.2º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35873 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 115 -
CMYK 0 0.51 0.36 0.30
HSL 342.2º 0.37% 0.52% -
HSV(B) 342.2º 0.51% 0.7% -
XYZ 25.17 17.8 18.33 -
YUV 118.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 179 88 115 0 0.51 0.36 0.30 342.2 0.37 0.52
Hex B3 58 73 0 33 24 1E 156 25 34
Octal 263 130 163 0 63 44 36 526 45 64
Binary 10110011 1011000 1110011 0 110011 100100 11110 101010110 100101 110100

Color Harmonies of #B35873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35873

Black with #B35873

Text Example


Text Example

White with #B35873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35873; }

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

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

background-color css

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

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

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

border-color css

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

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

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