#BE9152

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

Shades of Twine #BE9152

Tints of Twine #BE9152

Color information

#BE9152 (or 0xBE9152) is unknown color: approx Twine. HEX triplet: BE, 91 and 52. RGB value is (190,145,82). Sum of RGB (Red+Green+Blue) = 190+145+82=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9152 is #416EAD. Grayscale: #979797. Windows color (decimal): -4288174 or 5411262. OLE color: 5411262.

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

Color convert

RGB19014582-
CMYK00.240.570.25
HSL35º45.38%53.33%-
HSV(B)35º56.84%74.51%-
XYZ32.8831.8112.39-
YUV151.2788.91155.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=45.56%
G=34.77%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901458200.240.570.253545.3853.33
HexBE91520183919232d35
Octal2762211220307131435565
Binary1011111010010001101001001100011100111001100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9152; }

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

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

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

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

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

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

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

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