#B7845A

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

Shades of Twine #B7845A

Tints of Twine #B7845A

Color information

#B7845A (or 0xB7845A) is unknown color: approx Twine. HEX triplet: B7, 84 and 5A. RGB value is (183,132,90). Sum of RGB (Red+Green+Blue) = 183+132+90=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7845A is #487BA5. Grayscale: #8E8E8E. Windows color (decimal): -4750246 or 5932215. OLE color: 5932215.

HSL color Cylindrical-coordinate representation of color #B7845A: hue angle of 27.1º 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 #B7845A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18313290-
CMYK00.280.510.28
HSL27.1º39.24%53.53%-
HSV(B)27.1º50.82%71.76%-
XYZ29.6327.3113.38-
YUV142.4698.4156.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=45.19%
G=32.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831329000.280.510.2827.139.2453.53
HexB7845A01C331C1b2736
Octal2672041320346334334766
Binary101101111000010010110100111001100111110011011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7845A; }

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

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

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

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

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

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

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

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