#BD7960

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

Shades of Japonica #BD7960

Tints of Japonica #BD7960

Color information

#BD7960 (or 0xBD7960) is unknown color: approx Japonica. HEX triplet: BD, 79 and 60. RGB value is (189,121,96). Sum of RGB (Red+Green+Blue) = 189+121+96=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7960 is #42869F. Grayscale: #8A8A8A. Windows color (decimal): -4359840 or 6322621. OLE color: 6322621.

HSL color Cylindrical-coordinate representation of color #BD7960: hue angle of 16.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7960 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18912196-
CMYK00.360.490.26
HSL16.13º41.33%55.88%-
HSV(B)16.13º49.21%74.12%-
XYZ29.9325.3414.38-
YUV138.48104.03164.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=46.55%
G=29.80%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891219600.360.490.2616.1341.3355.88
HexBD7960024311A102938
Octal2751711400446132205170
Binary101111011111001110000001001001100011101010000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7960; }

 p { color: rgb(189,121,96); }

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

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

 a { background-color: rgb(189,121,96); }

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

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

 span { border-color: rgb(189,121,96); }

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