#BF7658

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

Shades of Japonica #BF7658

Tints of Japonica #BF7658

Color information

#BF7658 (or 0xBF7658) is unknown color: approx Japonica. HEX triplet: BF, 76 and 58. RGB value is (191,118,88). Sum of RGB (Red+Green+Blue) = 191+118+88=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7658 is #4089A7. Grayscale: #888888. Windows color (decimal): -4229544 or 5797567. OLE color: 5797567.

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

Color convert

RGB19111888-
CMYK00.380.540.25
HSL17.48º44.59%54.71%-
HSV(B)17.48º53.93%74.9%-
XYZ29.7324.7412.44-
YUV136.41100.68166.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=48.11%
G=29.72%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911188800.380.540.2517.4844.5954.71
HexBF76580263619112d37
Octal2771661300466631215567
Binary101111111110110101100001001101101101100110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7658; }

 p { color: rgb(191,118,88); }

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

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

 a { background-color: rgb(191,118,88); }

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

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

 span { border-color: rgb(191,118,88); }

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