Html Css Color HEX #B15874 Royal Heath

📋 copy color: '#B15874'

red 177 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #B15874

Tints of Royal Heath #B15874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 46.46%
G = 23.1%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B15874 (or 0xB15874) is known color: Royal Heath. HEX triplet: B1, 58 and 74. RGB value is (177,88,116). Sum of RGB (Red+Green+Blue) = 177+88+116=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B15874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15874 is #4EA78B. Grayscale: #757575. Windows color (decimal): -5154700 or 7624881. OLE color: 7624881.

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

Color convert

RGB 177 88 116 -
CMYK 0 0.50 0.34 0.31
HSL 341.12º 0.36% 0.52% -
HSV(B) 341.12º 0.5% 0.69% -
XYZ 24.77 17.59 18.61 -
YUV 117.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 177 88 116 0 0.50 0.34 0.31 341.12 0.36 0.52
Hex B1 58 74 0 32 22 1F 155 24 34
Octal 261 130 164 0 62 42 37 525 44 64
Binary 10110001 1011000 1110100 0 110010 100010 11111 101010101 100100 110100

Color Harmonies of #B15874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15874

Black with #B15874

Text Example


Text Example

White with #B15874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15874; }

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

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

background-color css

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

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

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

border-color css

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

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

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