#BF7C58

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

Shades of Japonica #BF7C58

Tints of Japonica #BF7C58

Color information

#BF7C58 (or 0xBF7C58) is unknown color: approx Japonica. HEX triplet: BF, 7C and 58. RGB value is (191,124,88). Sum of RGB (Red+Green+Blue) = 191+124+88=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C58 is #4083A7. Grayscale: #8C8C8C. Windows color (decimal): -4228008 or 5799103. OLE color: 5799103.

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

Color convert

RGB19112488-
CMYK00.350.540.25
HSL20.97º44.59%54.71%-
HSV(B)20.97º53.93%74.9%-
XYZ30.4526.212.68-
YUV139.9398.7164.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 88 (34.77% from 255) = 21.84%
R=47.39%
G=30.77%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911248800.350.540.2520.9744.5954.71
HexBF7C580233619152d37
Octal2771741300436631255567
Binary101111111111100101100001000111101101100110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C58; }

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

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

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

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

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

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

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

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