#BE915A

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

Shades of Twine #BE915A

Tints of Twine #BE915A

Color information

#BE915A (or 0xBE915A) is unknown color: approx Twine. HEX triplet: BE, 91 and 5A. RGB value is (190,145,90). Sum of RGB (Red+Green+Blue) = 190+145+90=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915A is #416EA5. Grayscale: #989898. Windows color (decimal): -4288166 or 5935550. OLE color: 5935550.

HSL color Cylindrical-coordinate representation of color #BE915A: hue angle of 33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE915A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19014590-
CMYK00.240.530.25
HSL33º43.48%54.9%-
HSV(B)33º52.63%74.51%-
XYZ33.2131.9414.09-
YUV152.1892.91154.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=44.71%
G=34.12%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901459000.240.530.253343.4854.9
HexBE915A0183519212b37
Octal2762211320306531415367
Binary1011111010010001101101001100011010111001100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE915A; }

 p { color: rgb(190,145,90); }

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

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

 a { background-color: rgb(190,145,90); }

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

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

 span { border-color: rgb(190,145,90); }

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