#BD785A

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

Shades of Japonica #BD785A

Tints of Japonica #BD785A

Color information

#BD785A (or 0xBD785A) is unknown color: approx Japonica. HEX triplet: BD, 78 and 5A. RGB value is (189,120,90). Sum of RGB (Red+Green+Blue) = 189+120+90=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD785A is #4287A5. Grayscale: #898989. Windows color (decimal): -4360102 or 5929149. OLE color: 5929149.

HSL color Cylindrical-coordinate representation of color #BD785A: hue angle of 18.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD785A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912090-
CMYK00.370.520.26
HSL18.18º42.86%54.71%-
HSV(B)18.18º52.38%74.12%-
XYZ29.5524.9912.94-
YUV137.21101.36164.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=47.37%
G=30.08%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891209000.370.520.2618.1842.8654.71
HexBD785A025341A122b37
Octal2751701320456432225367
Binary101111011111000101101001001011101001101010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD785A; }

 p { color: rgb(189,120,90); }

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

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

 a { background-color: rgb(189,120,90); }

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

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

 span { border-color: rgb(189,120,90); }

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