#BD745A

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

Shades of Japonica #BD745A

Tints of Japonica #BD745A

Color information

#BD745A (or 0xBD745A) is unknown color: approx Japonica. HEX triplet: BD, 74 and 5A. RGB value is (189,116,90). Sum of RGB (Red+Green+Blue) = 189+116+90=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD745A is #428BA5. Grayscale: #878787. Windows color (decimal): -4361126 or 5928125. OLE color: 5928125.

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

Color convert

RGB18911690-
CMYK00.390.520.26
HSL15.76º42.86%54.71%-
HSV(B)15.76º52.38%74.12%-
XYZ29.0824.0512.78-
YUV134.86102.68166.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=47.85%
G=29.37%
B=22.78%

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
Decimal1891169000.390.520.2615.7642.8654.71
HexBD745A027341A102b37
Octal2751641320476432205367
Binary101111011110100101101001001111101001101010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD745A; }

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

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

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

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

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

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

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

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