#B25683

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

Shades of Royal Heath #B25683

Tints of Royal Heath #B25683

Color information

#B25683 (or 0xB25683) is unknown color: approx Royal Heath. HEX triplet: B2, 56 and 83. RGB value is (178,86,131). Sum of RGB (Red+Green+Blue) = 178+86+131=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25683 is #4DA97C. Grayscale: #767676. Windows color (decimal): -5089661 or 8607410. OLE color: 8607410.

HSL color Cylindrical-coordinate representation of color #B25683: hue angle of 330.65º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25683 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB17886131-
CMYK00.520.260.30
HSL330.65º37.4%51.76%-
HSV(B)330.65º51.69%69.8%-
XYZ25.7817.7623.54-
YUV118.64134.98170.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=45.06%
G=21.77%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788613100.520.260.30330.6537.451.76
HexB256830341A1E14b2534
Octal26212620306432365134564
Binary1011001010101101000001101101001101011110101001011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25683; }

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

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

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

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

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

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

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

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