#8B386A

Color #8B386A Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8B386A

Tints of Rose Bud Cherry #8B386A

Color information

#8B386A (or 0x8B386A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 38 and 6A. RGB value is (139,56,106). Sum of RGB (Red+Green+Blue) = 139+56+106=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B386A is #74C795. Grayscale: #565656. Windows color (decimal): -7653270 or 6961291. OLE color: 6961291.

HSL color Cylindrical-coordinate representation of color #8B386A: hue angle of 323.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B386A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13956106-
CMYK00.600.240.45
HSL323.86º42.56%38.24%-
HSV(B)323.86º59.71%54.51%-
XYZ14.669.3614.67-
YUV86.52139165.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=46.18%
G=18.60%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395610600.600.240.45323.8642.5638.24
Hex8B386A03C182D1442b26
Octal2137015207430555045346
Binary100010111110001101010011110011000101101101000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B386A; }

 p { color: rgb(139,56,106); }

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

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

 a { background-color: rgb(139,56,106); }

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

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

 span { border-color: rgb(139,56,106); }

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