#BD6D57

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

Shades of Japonica #BD6D57

Tints of Japonica #BD6D57

Color information

#BD6D57 (or 0xBD6D57) is unknown color: approx Japonica. HEX triplet: BD, 6D and 57. RGB value is (189,109,87). Sum of RGB (Red+Green+Blue) = 189+109+87=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D57 is #4292A8. Grayscale: #828282. Windows color (decimal): -4362921 or 5729725. OLE color: 5729725.

HSL color Cylindrical-coordinate representation of color #BD6D57: hue angle of 12.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6D57 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18910987-
CMYK00.420.540.26
HSL12.94º43.59%54.12%-
HSV(B)12.94º53.97%74.12%-
XYZ28.1822.4411.86-
YUV130.41103.5169.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=49.09%
G=28.31%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891098700.420.540.2612.9443.5954.12
HexBD6D5702A361Ad2c36
Octal2751551270526632155466
Binary10111101110110110101110101010110110110101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D57; }

 p { color: rgb(189,109,87); }

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

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

 a { background-color: rgb(189,109,87); }

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

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

 span { border-color: rgb(189,109,87); }

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