#BE885C

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

Shades of Twine #BE885C

Tints of Twine #BE885C

Color information

#BE885C (or 0xBE885C) is unknown color: approx Twine. HEX triplet: BE, 88 and 5C. RGB value is (190,136,92). Sum of RGB (Red+Green+Blue) = 190+136+92=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885C is #4177A3. Grayscale: #939393. Windows color (decimal): -4290468 or 6064318. OLE color: 6064318.

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

Color convert

RGB19013692-
CMYK00.280.520.25
HSL26.94º42.98%55.29%-
HSV(B)26.94º51.58%74.51%-
XYZ31.9729.3314.1-
YUV147.1396.89158.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=45.45%
G=32.54%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901369200.280.520.2526.9442.9855.29
HexBE885C01C34191b2b37
Octal2762101340346431335367
Binary101111101000100010111000111001101001100111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE885C; }

 p { color: rgb(190,136,92); }

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

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

 a { background-color: rgb(190,136,92); }

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

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

 span { border-color: rgb(190,136,92); }

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