#BF755A

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

Shades of Japonica #BF755A

Tints of Japonica #BF755A

Color information

#BF755A (or 0xBF755A) is unknown color: approx Japonica. HEX triplet: BF, 75 and 5A. RGB value is (191,117,90). Sum of RGB (Red+Green+Blue) = 191+117+90=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF755A is #408AA5. Grayscale: #888888. Windows color (decimal): -4229798 or 5928383. OLE color: 5928383.

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

Color convert

RGB19111790-
CMYK00.390.530.25
HSL16.04º44.1%55.1%-
HSV(B)16.04º52.88%74.9%-
XYZ29.6924.5412.84-
YUV136.05102.02167.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=47.99%
G=29.40%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911179000.390.530.2516.0444.155.1
HexBF755A0273519102c37
Octal2771651320476531205467
Binary101111111110101101101001001111101011100110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF755A; }

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

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

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

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

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

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

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

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