#BF705A

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

Shades of Japonica #BF705A

Tints of Japonica #BF705A

Color information

#BF705A (or 0xBF705A) is unknown color: approx Japonica. HEX triplet: BF, 70 and 5A. RGB value is (191,112,90). Sum of RGB (Red+Green+Blue) = 191+112+90=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF705A is #408FA5. Grayscale: #858585. Windows color (decimal): -4231078 or 5927103. OLE color: 5927103.

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

Color convert

RGB19111290-
CMYK00.410.530.25
HSL13.07º44.1%55.1%-
HSV(B)13.07º52.88%74.9%-
XYZ29.1323.412.65-
YUV133.11103.67169.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=48.60%
G=28.50%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911129000.410.530.2513.0744.155.1
HexBF705A0293519d2c37
Octal2771601320516531155467
Binary10111111111000010110100101001110101110011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF705A; }

 p { color: rgb(191,112,90); }

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

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

 a { background-color: rgb(191,112,90); }

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

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

 span { border-color: rgb(191,112,90); }

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