#BB845C

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

Shades of Twine #BB845C

Tints of Twine #BB845C

Color information

#BB845C (or 0xBB845C) is unknown color: approx Twine. HEX triplet: BB, 84 and 5C. RGB value is (187,132,92). Sum of RGB (Red+Green+Blue) = 187+132+92=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB845C is #447BA3. Grayscale: #909090. Windows color (decimal): -4488100 or 6063291. OLE color: 6063291.

HSL color Cylindrical-coordinate representation of color #BB845C: hue angle of 25.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB845C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18713292-
CMYK00.290.510.27
HSL25.26º41.13%54.71%-
HSV(B)25.26º50.8%73.33%-
XYZ30.6827.8413.88-
YUV143.8898.72158.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=45.50%
G=32.12%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871329200.290.510.2725.2641.1354.71
HexBB845C01D331B192937
Octal2732041340356333315167
Binary101110111000010010111000111011100111101111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB845C; }

 p { color: rgb(187,132,92); }

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

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

 a { background-color: rgb(187,132,92); }

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

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

 span { border-color: rgb(187,132,92); }

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