#BD785B

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

Shades of Japonica #BD785B

Tints of Japonica #BD785B

Color information

#BD785B (or 0xBD785B) is unknown color: approx Japonica. HEX triplet: BD, 78 and 5B. RGB value is (189,120,91). Sum of RGB (Red+Green+Blue) = 189+120+91=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD785B is #4287A4. Grayscale: #898989. Windows color (decimal): -4360101 or 5994685. OLE color: 5994685.

HSL color Cylindrical-coordinate representation of color #BD785B: hue angle of 17.76º 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 #BD785B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912091-
CMYK00.370.520.26
HSL17.76º42.61%54.9%-
HSV(B)17.76º51.85%74.12%-
XYZ29.5925.0113.16-
YUV137.32101.86164.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=47.25%
G=30%
B=22.75%

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
Decimal1891209100.370.520.2617.7642.6154.9
HexBD785B025341A122b37
Octal2751701330456432225367
Binary101111011111000101101101001011101001101010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD785B; }

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

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

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

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

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

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

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

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