#B9775C

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

Shades of Japonica #B9775C

Tints of Japonica #B9775C

Color information

#B9775C (or 0xB9775C) is unknown color: approx Japonica. HEX triplet: B9, 77 and 5C. RGB value is (185,119,92). Sum of RGB (Red+Green+Blue) = 185+119+92=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9775C is #4688A3. Grayscale: #878787. Windows color (decimal): -4622500 or 6059961. OLE color: 6059961.

HSL color Cylindrical-coordinate representation of color #B9775C: hue angle of 17.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9775C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18511992-
CMYK00.360.500.27
HSL17.42º39.91%54.31%-
HSV(B)17.42º50.27%72.55%-
XYZ28.5424.2813.31-
YUV135.66103.37163.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=46.72%
G=30.05%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851199200.360.500.2717.4239.9154.31
HexB9775C024321B112836
Octal2711671340446233215066
Binary101110011110111101110001001001100101101110001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9775C; }

 p { color: rgb(185,119,92); }

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

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

 a { background-color: rgb(185,119,92); }

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

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

 span { border-color: rgb(185,119,92); }

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