#BF785B

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

Shades of Japonica #BF785B

Tints of Japonica #BF785B

Color information

#BF785B (or 0xBF785B) is unknown color: approx Japonica. HEX triplet: BF, 78 and 5B. RGB value is (191,120,91). Sum of RGB (Red+Green+Blue) = 191+120+91=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785B is #4087A4. Grayscale: #8A8A8A. Windows color (decimal): -4229029 or 5994687. OLE color: 5994687.

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

Color convert

RGB19112091-
CMYK00.370.520.25
HSL17.4º43.86%55.29%-
HSV(B)17.4º52.36%74.9%-
XYZ30.0925.2613.19-
YUV137.92101.52165.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=47.51%
G=29.85%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911209100.370.520.2517.443.8655.29
HexBF785B0253419112c37
Octal2771701330456431215467
Binary101111111111000101101101001011101001100110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF785B; }

 p { color: rgb(191,120,91); }

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

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

 a { background-color: rgb(191,120,91); }

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

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

 span { border-color: rgb(191,120,91); }

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