#BD735A

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

Shades of Japonica #BD735A

Tints of Japonica #BD735A

Color information

#BD735A (or 0xBD735A) is unknown color: approx Japonica. HEX triplet: BD, 73 and 5A. RGB value is (189,115,90). Sum of RGB (Red+Green+Blue) = 189+115+90=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735A is #428CA5. Grayscale: #868686. Windows color (decimal): -4361382 or 5927869. OLE color: 5927869.

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

Color convert

RGB18911590-
CMYK00.390.520.26
HSL15.15º42.86%54.71%-
HSV(B)15.15º52.38%74.12%-
XYZ28.9623.8212.74-
YUV134.28103.02167.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=47.97%
G=29.19%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891159000.390.520.2615.1542.8654.71
HexBD735A027341Af2b37
Octal2751631320476432175367
Binary10111101111001110110100100111110100110101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD735A; }

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

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

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

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

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

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

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

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