#BE9252

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

Shades of Twine #BE9252

Tints of Twine #BE9252

Color information

#BE9252 (or 0xBE9252) is unknown color: approx Twine. HEX triplet: BE, 92 and 52. RGB value is (190,146,82). Sum of RGB (Red+Green+Blue) = 190+146+82=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9252 is #416DAD. Grayscale: #989898. Windows color (decimal): -4287918 or 5411518. OLE color: 5411518.

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

Color convert

RGB19014682-
CMYK00.230.570.25
HSL35.56º45.38%53.33%-
HSV(B)35.56º56.84%74.51%-
XYZ33.0432.1112.44-
YUV151.8688.58155.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=45.45%
G=34.93%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901468200.230.570.2535.5645.3853.33
HexBE92520173919242d35
Octal2762221220277131445565
Binary1011111010010010101001001011111100111001100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9252; }

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

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

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

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

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

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

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

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