#BF7B58

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

Shades of Japonica #BF7B58

Tints of Japonica #BF7B58

Color information

#BF7B58 (or 0xBF7B58) is unknown color: approx Japonica. HEX triplet: BF, 7B and 58. RGB value is (191,123,88). Sum of RGB (Red+Green+Blue) = 191+123+88=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B58 is #4084A7. Grayscale: #8B8B8B. Windows color (decimal): -4228264 or 5798847. OLE color: 5798847.

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

Color convert

RGB19112388-
CMYK00.360.540.25
HSL20.39º44.59%54.71%-
HSV(B)20.39º53.93%74.9%-
XYZ30.3325.9512.64-
YUV139.3499.03164.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 88 (34.77% from 255) = 21.89%
R=47.51%
G=30.60%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911238800.360.540.2520.3944.5954.71
HexBF7B580243619142d37
Octal2771731300446631245567
Binary101111111111011101100001001001101101100110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B58; }

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

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

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

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

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

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

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

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