Html Css Color HEX #B15873 Royal Heath

📋 copy color: '#B15873'

red 177 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #B15873

Tints of Royal Heath #B15873

RGB

 RED value IS 177 (69.53% from 255) = 46.58%

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

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

R = 46.58%
G = 23.16%
B = 30.26%

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

#B15873 (or 0xB15873) is known color: Royal Heath. HEX triplet: B1, 58 and 73. RGB value is (177,88,115). Sum of RGB (Red+Green+Blue) = 177+88+115=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B15873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15873 is #4EA78C. Grayscale: #757575. Windows color (decimal): -5154701 or 7559345. OLE color: 7559345.

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

Color convert

RGB 177 88 115 -
CMYK 0 0.50 0.35 0.31
HSL 341.8º 0.36% 0.52% -
HSV(B) 341.8º 0.5% 0.69% -
XYZ 24.72 17.56 18.31 -
YUV 117.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 177 88 115 0 0.50 0.35 0.31 341.8 0.36 0.52
Hex B1 58 73 0 32 23 1F 156 24 34
Octal 261 130 163 0 62 43 37 526 44 64
Binary 10110001 1011000 1110011 0 110010 100011 11111 101010110 100100 110100

Color Harmonies of #B15873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15873

Black with #B15873

Text Example


Text Example

White with #B15873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15873; }

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

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

background-color css

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

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

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

border-color css

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

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

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