#BF765C

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

Shades of Japonica #BF765C

Tints of Japonica #BF765C

Color information

#BF765C (or 0xBF765C) is unknown color: approx Japonica. HEX triplet: BF, 76 and 5C. RGB value is (191,118,92). Sum of RGB (Red+Green+Blue) = 191+118+92=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF765C is #4089A3. Grayscale: #898989. Windows color (decimal): -4229540 or 6059711. OLE color: 6059711.

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

Color convert

RGB19111892-
CMYK00.380.520.25
HSL15.76º43.61%55.49%-
HSV(B)15.76º51.83%74.9%-
XYZ29.924.8113.34-
YUV136.86102.68166.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=47.63%
G=29.43%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911189200.380.520.2515.7643.6155.49
HexBF765C0263419102c37
Octal2771661340466431205467
Binary101111111110110101110001001101101001100110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF765C; }

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

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

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

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

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

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

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

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