#BE9755

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

Shades of Twine #BE9755

Tints of Twine #BE9755

Color information

#BE9755 (or 0xBE9755) is unknown color: approx Twine. HEX triplet: BE, 97 and 55. RGB value is (190,151,85). Sum of RGB (Red+Green+Blue) = 190+151+85=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9755 is #4168AA. Grayscale: #9B9B9B. Windows color (decimal): -4286635 or 5609406. OLE color: 5609406.

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

Color convert

RGB19015185-
CMYK00.210.550.25
HSL37.71º44.68%53.92%-
HSV(B)37.71º55.26%74.51%-
XYZ33.9433.7413.32-
YUV155.1488.42152.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=44.60%
G=35.45%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901518500.210.550.2537.7144.6853.92
HexBE97550153719262d36
Octal2762271250256731465566
Binary1011111010010111101010101010111011111001100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9755; }

 p { color: rgb(190,151,85); }

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

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

 a { background-color: rgb(190,151,85); }

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

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

 span { border-color: rgb(190,151,85); }

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