#BE9052

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

Shades of Twine #BE9052

Tints of Twine #BE9052

Color information

#BE9052 (or 0xBE9052) is unknown color: approx Twine. HEX triplet: BE, 90 and 52. RGB value is (190,144,82). Sum of RGB (Red+Green+Blue) = 190+144+82=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9052 is #416FAD. Grayscale: #969696. Windows color (decimal): -4288430 or 5411006. OLE color: 5411006.

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

Color convert

RGB19014482-
CMYK00.240.570.25
HSL34.44º45.38%53.33%-
HSV(B)34.44º56.84%74.51%-
XYZ32.7331.512.34-
YUV150.6989.24156.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=45.67%
G=34.62%
B=19.71%

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
Decimal1901448200.240.570.2534.4445.3853.33
HexBE90520183919222d35
Octal2762201220307131425565
Binary1011111010010000101001001100011100111001100010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9052; }

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

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

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

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

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

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

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

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