#B8386E

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

Shades of Royal Heath #B8386E

Tints of Royal Heath #B8386E

Color information

#B8386E (or 0xB8386E) is unknown color: approx Royal Heath. HEX triplet: B8, 38 and 6E. RGB value is (184,56,110). Sum of RGB (Red+Green+Blue) = 184+56+110=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8386E is #47C791. Grayscale: #646464. Windows color (decimal): -4704146 or 7223480. OLE color: 7223480.

HSL color Cylindrical-coordinate representation of color #B8386E: hue angle of 334.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8386E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18456110-
CMYK00.700.400.28
HSL334.69º53.33%47.06%-
HSV(B)334.69º69.57%72.16%-
XYZ2414.1416.22-
YUV100.43133.41187.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=52.57%
G=16%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845611000.700.400.28334.6953.3347.06
HexB8386E046281C14f352f
Octal27070156010650345176557
Binary1011100011100011011100100011010100011100101001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8386E; }

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

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

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

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

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

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

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

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