#B7885A

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

Shades of Twine #B7885A

Tints of Twine #B7885A

Color information

#B7885A (or 0xB7885A) is unknown color: approx Twine. HEX triplet: B7, 88 and 5A. RGB value is (183,136,90). Sum of RGB (Red+Green+Blue) = 183+136+90=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7885A is #4877A5. Grayscale: #919191. Windows color (decimal): -4749222 or 5933239. OLE color: 5933239.

HSL color Cylindrical-coordinate representation of color #B7885A: hue angle of 29.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7885A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18313690-
CMYK00.260.510.28
HSL29.68º39.24%53.53%-
HSV(B)29.68º50.82%71.76%-
XYZ30.1828.4113.57-
YUV144.8197.07155.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=44.74%
G=33.25%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831369000.260.510.2829.6839.2453.53
HexB7885A01A331C1e2736
Octal2672101320326334364766
Binary101101111000100010110100110101100111110011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7885A; }

 p { color: rgb(183,136,90); }

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

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

 a { background-color: rgb(183,136,90); }

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

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

 span { border-color: rgb(183,136,90); }

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