#B9865C

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

Shades of Twine #B9865C

Tints of Twine #B9865C

Color information

#B9865C (or 0xB9865C) is unknown color: approx Twine. HEX triplet: B9, 86 and 5C. RGB value is (185,134,92). Sum of RGB (Red+Green+Blue) = 185+134+92=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9865C is #4679A3. Grayscale: #909090. Windows color (decimal): -4618660 or 6063801. OLE color: 6063801.

HSL color Cylindrical-coordinate representation of color #B9865C: hue angle of 27.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9865C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18513492-
CMYK00.280.500.27
HSL27.1º39.91%54.31%-
HSV(B)27.1º50.27%72.55%-
XYZ30.4628.1413.95-
YUV144.4698.4156.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=45.01%
G=32.60%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851349200.280.500.2727.139.9154.31
HexB9865C01C321B1b2836
Octal2712061340346233335066
Binary101110011000011010111000111001100101101111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9865C; }

 p { color: rgb(185,134,92); }

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

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

 a { background-color: rgb(185,134,92); }

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

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

 span { border-color: rgb(185,134,92); }

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