#BD725B

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

Shades of Japonica #BD725B

Tints of Japonica #BD725B

Color information

#BD725B (or 0xBD725B) is unknown color: approx Japonica. HEX triplet: BD, 72 and 5B. RGB value is (189,114,91). Sum of RGB (Red+Green+Blue) = 189+114+91=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD725B is #428DA4. Grayscale: #858585. Windows color (decimal): -4361637 or 5993149. OLE color: 5993149.

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

Color convert

RGB18911491-
CMYK00.400.520.26
HSL14.08º42.61%54.9%-
HSV(B)14.08º51.85%74.12%-
XYZ28.8923.6112.93-
YUV133.8103.85167.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=47.97%
G=28.93%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891149100.400.520.2614.0842.6154.9
HexBD725B028341Ae2b37
Octal2751621330506432165367
Binary10111101111001010110110101000110100110101110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD725B; }

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

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

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

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

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

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

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

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