#BD715C

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

Shades of Japonica #BD715C

Tints of Japonica #BD715C

Color information

#BD715C (or 0xBD715C) is unknown color: approx Japonica. HEX triplet: BD, 71 and 5C. RGB value is (189,113,92). Sum of RGB (Red+Green+Blue) = 189+113+92=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715C is #428EA3. Grayscale: #858585. Windows color (decimal): -4361892 or 6058429. OLE color: 6058429.

HSL color Cylindrical-coordinate representation of color #BD715C: hue angle of 12.99º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD715C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18911392-
CMYK00.400.510.26
HSL12.99º42.36%55.1%-
HSV(B)12.99º51.32%74.12%-
XYZ28.8223.413.12-
YUV133.33104.68167.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=47.97%
G=28.68%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891139200.400.510.2612.9942.3655.1
HexBD715C028331Ad2a37
Octal2751611340506332155267
Binary10111101111000110111000101000110011110101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD715C; }

 p { color: rgb(189,113,92); }

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

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

 a { background-color: rgb(189,113,92); }

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

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

 span { border-color: rgb(189,113,92); }

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