Html Css Color HEX #B15974 Royal Heath

📋 copy color: '#B15974'

red 177 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #B15974

Tints of Royal Heath #B15974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 46.34%
G = 23.3%
B = 30.37%

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

#B15974 (or 0xB15974) is known color: Royal Heath. HEX triplet: B1, 59 and 74. RGB value is (177,89,116). Sum of RGB (Red+Green+Blue) = 177+89+116=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B15974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15974 is #4EA68B. Grayscale: #767676. Windows color (decimal): -5154444 or 7625137. OLE color: 7625137.

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

Color convert

RGB 177 89 116 -
CMYK 0 0.50 0.34 0.31
HSL 341.59º 0.36% 0.52% -
HSV(B) 341.59º 0.5% 0.69% -
XYZ 24.86 17.75 18.64 -
YUV 118.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 177 89 116 0 0.50 0.34 0.31 341.59 0.36 0.52
Hex B1 59 74 0 32 22 1F 156 24 34
Octal 261 131 164 0 62 42 37 526 44 64
Binary 10110001 1011001 1110100 0 110010 100010 11111 101010110 100100 110100

Color Harmonies of #B15974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15974

Black with #B15974

Text Example


Text Example

White with #B15974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15974; }

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

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

background-color css

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

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

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

border-color css

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

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

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