#BE835B

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

Shades of Twine #BE835B

Tints of Twine #BE835B

Color information

#BE835B (or 0xBE835B) is unknown color: approx Twine. HEX triplet: BE, 83 and 5B. RGB value is (190,131,91). Sum of RGB (Red+Green+Blue) = 190+131+91=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE835B is #417CA4. Grayscale: #909090. Windows color (decimal): -4291749 or 5997502. OLE color: 5997502.

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

Color convert

RGB19013191-
CMYK00.310.520.25
HSL24.24º43.23%55.1%-
HSV(B)24.24º52.11%74.51%-
XYZ31.2427.9413.64-
YUV144.0898.05160.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=46.12%
G=31.80%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901319100.310.520.2524.2443.2355.1
HexBE835B01F3419182b37
Octal2762031330376431305367
Binary101111101000001110110110111111101001100111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE835B; }

 p { color: rgb(190,131,91); }

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

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

 a { background-color: rgb(190,131,91); }

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

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

 span { border-color: rgb(190,131,91); }

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