#B83F6E

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

Shades of Royal Heath #B83F6E

Tints of Royal Heath #B83F6E

Color information

#B83F6E (or 0xB83F6E) is unknown color: approx Royal Heath. HEX triplet: B8, 3F and 6E. RGB value is (184,63,110). Sum of RGB (Red+Green+Blue) = 184+63+110=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F6E is #47C091. Grayscale: #686868. Windows color (decimal): -4702354 or 7225272. OLE color: 7225272.

HSL color Cylindrical-coordinate representation of color #B83F6E: hue angle of 336.69º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F6E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18463110-
CMYK00.660.400.28
HSL336.69º48.99%48.43%-
HSV(B)336.69º65.76%72.16%-
XYZ24.3614.8716.34-
YUV104.54131.09184.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=51.54%
G=17.65%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846311000.660.400.28336.6948.9948.43
HexB83F6E042281C1513130
Octal27077156010250345216160
Binary1011100011111111011100100001010100011100101010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F6E; }

 p { color: rgb(184,63,110); }

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

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

 a { background-color: rgb(184,63,110); }

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

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

 span { border-color: rgb(184,63,110); }

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