#B8775D

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

Shades of Japonica #B8775D

Tints of Japonica #B8775D

Color information

#B8775D (or 0xB8775D) is unknown color: approx Japonica. HEX triplet: B8, 77 and 5D. RGB value is (184,119,93). Sum of RGB (Red+Green+Blue) = 184+119+93=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8775D is #4788A2. Grayscale: #878787. Windows color (decimal): -4688035 or 6125496. OLE color: 6125496.

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

Color convert

RGB18411993-
CMYK00.350.490.28
HSL17.14º39.06%54.31%-
HSV(B)17.14º49.46%72.16%-
XYZ28.3424.1713.53-
YUV135.47104.03162.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=46.46%
G=30.05%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841199300.350.490.2817.1439.0654.31
HexB8775D023311C112736
Octal2701671350436134214766
Binary101110001110111101110101000111100011110010001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8775D; }

 p { color: rgb(184,119,93); }

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

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

 a { background-color: rgb(184,119,93); }

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

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

 span { border-color: rgb(184,119,93); }

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