Html Css Color HEX #B15674 Royal Heath

📋 copy color: '#B15674'

red 177 ◦ green 86 ◦ blue 116

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

Shades of Royal Heath #B15674

Tints of Royal Heath #B15674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 46.7%
G = 22.69%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B15674 (or 0xB15674) is known color: Royal Heath. HEX triplet: B1, 56 and 74. RGB value is (177,86,116). Sum of RGB (Red+Green+Blue) = 177+86+116=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15674 is #4EA98B. Grayscale: #747474. Windows color (decimal): -5155212 or 7624369. OLE color: 7624369.

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

Color convert

RGB 177 86 116 -
CMYK 0 0.51 0.34 0.31
HSL 340.22º 0.37% 0.52% -
HSV(B) 340.22º 0.51% 0.69% -
XYZ 24.61 17.26 18.56 -
YUV 116.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 177 86 116 0 0.51 0.34 0.31 340.22 0.37 0.52
Hex B1 56 74 0 33 22 1F 154 25 34
Octal 261 126 164 0 63 42 37 524 45 64
Binary 10110001 1010110 1110100 0 110011 100010 11111 101010100 100101 110100

Color Harmonies of #B15674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15674

Black with #B15674

Text Example


Text Example

White with #B15674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15674; }

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

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

background-color css

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

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

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

border-color css

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

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

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