#BE8952

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

Shades of Twine #BE8952

Tints of Twine #BE8952

Color information

#BE8952 (or 0xBE8952) is unknown color: approx Twine. HEX triplet: BE, 89 and 52. RGB value is (190,137,82). Sum of RGB (Red+Green+Blue) = 190+137+82=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8952 is #4176AD. Grayscale: #929292. Windows color (decimal): -4290222 or 5409214. OLE color: 5409214.

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

Color convert

RGB19013782-
CMYK00.280.570.25
HSL30.56º45.38%53.33%-
HSV(B)30.56º56.84%74.51%-
XYZ31.729.4512-
YUV146.5891.56158.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=46.45%
G=33.50%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901378200.280.570.2530.5645.3853.33
HexBE895201C39191f2d35
Octal2762111220347131375565
Binary101111101000100110100100111001110011100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8952; }

 p { color: rgb(190,137,82); }

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

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

 a { background-color: rgb(190,137,82); }

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

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

 span { border-color: rgb(190,137,82); }

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