#BF725C

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

Shades of Japonica #BF725C

Tints of Japonica #BF725C

Color information

#BF725C (or 0xBF725C) is unknown color: approx Japonica. HEX triplet: BF, 72 and 5C. RGB value is (191,114,92). Sum of RGB (Red+Green+Blue) = 191+114+92=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF725C is #408DA3. Grayscale: #868686. Windows color (decimal): -4230564 or 6058687. OLE color: 6058687.

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

Color convert

RGB19111492-
CMYK00.400.520.25
HSL13.33º43.61%55.49%-
HSV(B)13.33º51.83%74.9%-
XYZ29.4323.8813.18-
YUV134.51104.01168.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=48.11%
G=28.72%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911149200.400.520.2513.3343.6155.49
HexBF725C0283419d2c37
Octal2771621340506431155467
Binary10111111111001010111000101000110100110011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF725C; }

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

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

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

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

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

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

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

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