#B15683

Color #B15683 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B15683

Tints of Royal Heath #B15683

Color information

#B15683 (or 0xB15683) is unknown color: approx Royal Heath. HEX triplet: B1, 56 and 83. RGB value is (177,86,131). Sum of RGB (Red+Green+Blue) = 177+86+131=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15683 is #4EA97C. Grayscale: #767676. Windows color (decimal): -5155197 or 8607409. OLE color: 8607409.

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

Color convert

RGB17786131-
CMYK00.510.260.31
HSL330.33º36.84%51.57%-
HSV(B)330.33º51.41%69.41%-
XYZ25.5617.6423.53-
YUV118.34135.15169.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=44.92%
G=21.83%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778613100.510.260.31330.3336.8451.57
HexB156830331A1F14a2534
Octal26112620306332375124564
Binary1011000110101101000001101100111101011111101001010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15683; }

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

 H1.HeaderClassName
 {
   color: #B15683;
 }
 .AnyTagClassName
 {
   color: #B15683;
 }
</style>
background-color css

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

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

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

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

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

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