#BF715C

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

Shades of Japonica #BF715C

Tints of Japonica #BF715C

Color information

#BF715C (or 0xBF715C) is unknown color: approx Japonica. HEX triplet: BF, 71 and 5C. RGB value is (191,113,92). Sum of RGB (Red+Green+Blue) = 191+113+92=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF715C is #408EA3. Grayscale: #868686. Windows color (decimal): -4230820 or 6058431. OLE color: 6058431.

HSL color Cylindrical-coordinate representation of color #BF715C: hue angle of 12.73º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF715C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19111392-
CMYK00.410.520.25
HSL12.73º43.61%55.49%-
HSV(B)12.73º51.83%74.9%-
XYZ29.3223.6613.15-
YUV133.93104.34168.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=48.23%
G=28.54%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911139200.410.520.2512.7343.6155.49
HexBF715C0293419d2c37
Octal2771611340516431155467
Binary10111111111000110111000101001110100110011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF715C; }

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

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

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

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

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

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

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

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