#BF765E

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

Shades of Japonica #BF765E

Tints of Japonica #BF765E

Color information

#BF765E (or 0xBF765E) is unknown color: approx Japonica. HEX triplet: BF, 76 and 5E. RGB value is (191,118,94). Sum of RGB (Red+Green+Blue) = 191+118+94=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF765E is #4089A1. Grayscale: #898989. Windows color (decimal): -4229538 or 6190783. OLE color: 6190783.

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

Color convert

RGB19111894-
CMYK00.380.510.25
HSL14.85º43.11%55.88%-
HSV(B)14.85º50.79%74.9%-
XYZ29.9824.8413.8-
YUV137.09103.68166.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=47.39%
G=29.28%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911189400.380.510.2514.8543.1155.88
HexBF765E0263319f2b38
Octal2771661360466331175370
Binary10111111111011010111100100110110011110011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF765E; }

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

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

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

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

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

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

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

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