#BD735B

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

Shades of Japonica #BD735B

Tints of Japonica #BD735B

Color information

#BD735B (or 0xBD735B) is unknown color: approx Japonica. HEX triplet: BD, 73 and 5B. RGB value is (189,115,91). Sum of RGB (Red+Green+Blue) = 189+115+91=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735B is #428CA4. Grayscale: #868686. Windows color (decimal): -4361381 or 5993405. OLE color: 5993405.

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

Color convert

RGB18911591-
CMYK00.390.520.26
HSL14.69º42.61%54.9%-
HSV(B)14.69º51.85%74.12%-
XYZ29.0123.8412.97-
YUV134.39103.52166.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=47.85%
G=29.11%
B=23.04%

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
Decimal1891159100.390.520.2614.6942.6154.9
HexBD735B027341Af2b37
Octal2751631330476432175367
Binary10111101111001110110110100111110100110101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD735B; }

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

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

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

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

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

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

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

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